Welcome to Bilal Haidar [MVP, MCT] Official Blog
Sign in
|
Join
|
Help
Bilal Haidar [MVP, MCT]
.net, .life, .love, .society, .work, .articles, .lebanon
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
ADO.NET
Ads
Advertisements
AJAX-ATLAS
ASP.NET
ASP.NET 1.x
ASP.NET 2.0
ASP.NET 2.0 - General
ASP.NET 2.0 - Master Pages
ASP.NET 3.5
ASP.NET Extensions 3.5
ASP.NET MVC
ASP.NET Security
ASP.NET Session State
C#
C# 3.0
Community Server
Databases & SQL
Databases &
Design Patterns
Design Patterns in ASP.NET
DLinq
DotNetNuke
General
HttpHandlers
HttpModules
IIS
IIS 7.0
Internet Information Services
lebdev.net
Linq
Microsoft Unity Block
MSDN WebCasts
MVC
Online Resources
SessionStateModule
Silverlight
SQL
SQL Server Session State
Telerik Controls
Unity Block
Visual Studio
WF
Windows Forms
Windows SDK
Windows SDK .NET 3.5
Windows SDK Server 2008
Windows Server 2008
Windows Setup
Windows Workflow Foundation
WPF Browser Applications
XLinq
XSLT, XPath, XML
Navigation
Home
Blogs
Photos
Downloads
Archives
August 2008 (2)
July 2008 (10)
June 2008 (7)
May 2008 (6)
April 2008 (10)
March 2008 (20)
February 2008 (12)
January 2008 (3)
December 2007 (13)
November 2007 (18)
October 2007 (13)
September 2007 (17)
August 2007 (13)
July 2007 (29)
June 2007 (9)
May 2007 (17)
April 2007 (6)
March 2007 (4)
February 2007 (5)
January 2007 (16)
December 2006 (10)
November 2006 (12)
October 2006 (11)
September 2006 (2)
August 2006 (8)
July 2006 (14)
June 2006 (9)
May 2006 (16)
April 2006 (18)
March 2006 (16)
February 2006 (17)
January 2006 (31)
August 2005 (1)
July 2005 (6)
Must Read Articles
An Extensive Examination of User Controls
Provider Model Design Pattern and Specification, Part 1
Provider Design Pattern, Part 2
Create Windows Service
Setup Project for Windows Service in VS.NET 2005
XPath and XSLT in .NET
My Published Articles
A Customizable Login Server Control
Get Started with the Enterprise Library Data Access Application Block
An Extended Look at the Profile Object - Part 1
An Extended Look at the Profile Object - Part 2
An Extended Look at the Profile Object - Part 3
CodeSnip: One Application, Several Languages
Code Snippets in Visual Studio 2005
Localization in ASP.NET 2.0
Store View State in a Persistent Medium, the Proper Way
Extended GridView Control
How to Popup a Window Using DIV Layer in ASP.NET 1.x/2.x
Smart ListControl in ASP.NET 1.x/2.0
Mover List Control for ASP.NET 1.x/2.0
Creating a Custom BuildProvider in ASP.NET 2.0
Creating a Custom ExpressionBuilder in ASP.NET 2.0
Review: ASP.NET 2.0: Website Programming Problem - Design - Solution
Review: ASP.NET 2.0: Website Programming Problem - Design - Solution
Introducing JSON
Tips and Tricks: ASP.NET AJAX 1.0 and User Controls
Tips and Tricks: ASP.NET 2.0 AJAX 1.0 Extensions and Master Pages
Special Thanks
Tutorial Links
Macon State University Tutorials
Server Intellect ASP.NET
ATLAS Examples
ASP.NET Tutorials And Guides
Developing Custom ASP.NET Server Controls
July 2008 - Posts
Thursday, July 24, 2008 8:58 AM
Update on My First Book on ASP.NET - Professional ASP.NET 3.5 Security, Membership and Role Management with C# and VB
Now you can check my book on www.amazon.com by visiting the following link: Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB See larger image Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and
Posted by
BilalHaidar [MVP]
|
5 Comments
Filed under:
ASP.NET 3.5
,
ASP.NET Security
,
ASP.NET 2.0
Tuesday, July 22, 2008 10:59 AM
C# Tutorial Online
I passed by the following website that contains a tutorial of 22 Lessons on C#. If you are newly learning C#, make sure to check it here ( http://www.csharp-station.com/Tutorial.aspx ) Hope this helps, Regards
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
C#
,
ASP.NET
Tuesday, July 22, 2008 10:19 AM
Binding a DropDownList in ASP.NET to an Enumeration
Here is a snippet code that helps you bind the items contained in an enumeration into a DropDownList in ASP.NET. To start with, let us define an enumeration as follows: public enum Directions { North = 1, East, South, West } The above is a C# definition
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 3.5
,
ASP.NET 2.0
Sunday, July 20, 2008 8:32 PM
ASP.NET AJAX Roadmap
The ASP.NET AJAX Roadmap is published and can be reached here ( http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14924 ) Enjoy it! Regards
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 2.0 - Master Pages
,
AJAX-ATLAS
,
ASP.NET Extensions 3.5
,
ASP.NET 3.5
Thursday, July 17, 2008 10:26 AM
ASP.NET Session State for Native HTTP Requests in IIS 7.0
In ASP.NET 2.0 and ASP.NET 3.5 applications hosted under IIS 7.0 and are running with the Integrated Mode, ASP.NET Session State does not get initialized when a native or non-managed request enters the Integrated HTTP Request pipeline. If you look at
Posted by
BilalHaidar [MVP]
|
2 Comments
Filed under:
IIS 7.0
,
ASP.NET 3.5
,
SessionStateModule
,
ASP.NET Session State
Sunday, July 13, 2008 12:24 PM
Advertising on www.bhaidar.net
Hello, If you are interested to advertise on my website, I have started by today adding some advertisements on my website. Mainly the Ads will be inline text paragraphs or images that can be embedded either inline with the post or either on the bottom
Posted by
BilalHaidar [MVP]
|
2 Comments
Filed under:
Ads
,
Advertisements
Wednesday, July 09, 2008 10:36 PM
Windows SDK for Windows Server 2008 and .NET Framework 3.5
I was searching for the WinSDK for .NET 3.5 and found it on the MSDN website. This is very essential especially when you are about to learn a new technology, it is worth hundreds of books out there!! Check it out here: Windows SDK for Windows Server 2008
Posted by
BilalHaidar [MVP]
|
1 Comments
Filed under:
Windows SDK
,
Windows SDK Server 2008
,
Windows SDK .NET 3.5
Monday, July 07, 2008 9:30 PM
Interfaces and Abstraction - New Community Nights Session @ www.LebDev.net
Community Nights Session Interfaces and Abstraction Ralph Varjabedian (Telephone.com Team Leader) Monday, July 14, 2008 - 6:00 - 8:00 PM Microsoft office Please use the REGISTRATION PAGE to register for the session. Seats are limited, make sure you confirm
Posted by
BilalHaidar [MVP]
|
2 Comments
Sunday, July 06, 2008 12:27 PM
Haissam Abdul Malak Blog
This post should have been written long time ago in fact!! Haissam is running a very interesting blog at: http://dotnetslackers.com/Community/blogs/haissam/ What is worth mentioning about Haissam's blog is that he is posting nowadays on integrating ASP.NET
Posted by
BilalHaidar [MVP]
|
1 Comments
Wednesday, July 02, 2008 12:21 AM
FYI : Telerik Trainer
Few months ago Telerik started a new strategy of delivering guides and tutorials to its products by adding the Telerik Trainer. The Telerik Trainer is a special Media-Player software that you can download for free from the Telerik website ( http://www.telerik.com/training.videos/TelerikTrainer.zip
Posted by
BilalHaidar [MVP]
|
1 Comments
Filed under:
Telerik Controls