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
AJAX-ATLAS
ASP.NET 1.x
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
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
Linq
MSDN WebCasts
MVC
Online Resources
Silverlight
SQL
SQL Server Session State
Telerik Controls
Visual Studio
WF
Windows Forms
Windows Server 2008
Windows Setup
Windows Workflow Foundation
WPF Browser Applications
XLinq
XSLT, XPath, XML
Navigation
Home
Blogs
Photos
Downloads
Archives
July 2008 (1)
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
September 2007 - Posts
Saturday, September 29, 2007 11:57 PM
First Post from Windows Live Writer
I am posting my first post from the Windows Live Writer. I haven't tested it yet, but you can have a look at it and see how it works: Windows Live Writer You can add images easily and they get uploaded automatically to your blog as shown below: You can
Posted by
BilalHaidar [MVP]
|
0 Comments
Friday, September 28, 2007 3:11 AM
Method Overloading in WebServices
Sometimes there is a need to have two Web methods with the same name but off course different number of parameters. When developing Web Services, it is not enough to just ad two methods with different parameters as you do when developing an API. In Web
Posted by
BilalHaidar [MVP]
|
0 Comments
Friday, September 28, 2007 2:58 AM
One-Way WebServices Methods
When designing Web Services, we sometimes need to call methods that don’t have any response. Defining such methods as void is not the solution for one-way Web Service methods. What you need to do is specify the SoapDocumentMethod to be OneWay and here
Posted by
BilalHaidar [MVP]
|
0 Comments
Thursday, September 27, 2007 8:19 PM
SilverLight - How Do I Videos
Have a look at lots of vidoes on SilverLight: http://silverlight.net/learn/learnvideos.aspx#video320 Enjoy!!
Posted by
BilalHaidar [MVP]
|
0 Comments
Tuesday, September 25, 2007 6:23 AM
No more Freelancer Starter-Kit
I have informed you before that I am in the process of preparing a new starter-kit called a Freelancer Starter-Kit. Last week I had a catastrophic crash on my VPC and I only had an old version of my files!! I was able to recover my files today just to
Posted by
BilalHaidar [MVP]
|
0 Comments
Monday, September 24, 2007 8:54 AM
BasePage and Page interaction in ASP.NET
I am focusing these days on covering the different design patterns available for developing Web Applications. A very nice technique I have learned. Suppose you have several pages in a Web application, as you know we have several events that fire during
Posted by
BilalHaidar [MVP]
|
3 Comments
Filed under:
Design Patterns in ASP.NET
Sunday, September 23, 2007 10:07 PM
Telerik September 2007 Release
Telerik has released a new version of the RadControls dated by September 19 2007. I strongly recommend the Telerik RadControls for the richness in the controls and above all, their extreme support!!! Check out Telerik Controls here: http://www.telerik.com/products/aspnet/overview.aspx
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
Telerik Controls
Sunday, September 23, 2007 1:43 AM
Facebook Starter-Kit
I found out this nice Starter-Kit for Facebook! Have a look at it here: http://www.stevetrefethen.com/blog/VSNETStarterKitForNikhilKotharisFacebookNET.aspx Regards
Posted by
BilalHaidar [MVP]
|
0 Comments
Saturday, September 22, 2007 10:14 AM
AJAX Control Toolkit - September 2007 Update
The AJAX Control Toolkit has a new version released! This release contains mainly a set of bug fixes and making existing extenders more stable and robust! Check the website on codeplex: http://www.codeplex.com/Wiki/View.aspx?ProjectName=AtlasControlToolkit
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
AJAX-ATLAS
Friday, September 21, 2007 11:59 PM
StringBuilder in ASP.NET 2.0 AJAX 1.0 Client Library
I was surprised to know that in the new ASP.NET 2.0 AJAX 1.0 Client Library, a new data type has been added which is the StringBuilder . As you know either in C# or VB.NET, when you are concatinating a large number of strings, each time you concat a string
Posted by
BilalHaidar [MVP]
|
1 Comments
Filed under:
AJAX-ATLAS
Thursday, September 20, 2007 12:37 AM
ATE - HOL in TechEd 2007 Spain
I would like to inform you that I will be in the TechEd Developers 2007 in Barcelona-Spain as an ATE (Ask The Experts) and HOL (Hands On Lab). Hope to meet a lot of you there!! Regards
Posted by
BilalHaidar [MVP]
|
1 Comments
Sunday, September 16, 2007 10:13 AM
I hate VPCs
I was working this evening on my laptop when I closed the top of it --> the laptop went to hibernate. At that moment I had the VPC 2007 open with a Visa OS on it. When I tried to open the VPC again, I got an error saying: A disk error occured. Press
Posted by
BilalHaidar [MVP]
|
2 Comments
Wednesday, September 12, 2007 10:28 PM
HttpModules and IIS 7
When working with an ASP.NET Web Application under Vista/IIS 7 and developing an HttpModule, watch out for the Application pool you are using. If your application is configured to work with classic application pool , then it is enough to define the module
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
ASP.NET 2.0 - General
,
HttpModules
,
HttpHandlers
Tuesday, September 11, 2007 8:08 PM
ASP.NET 2.0 AJAX 1.0 Extensions Overview
I have presented yesterday an overview of the major sections in ASP.NET AJAX 1.0 Extensions in the Community Night gathering that took place in the Metropolitan Hotel. There will be a series of AJAX session by me to go in depth into all the fields of
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
AJAX-ATLAS
,
Telerik Controls
Thursday, September 06, 2007 8:54 AM
Web Icons for ASP.NET Web Applications
I found this lovely website: http://www.aspneticons.com/ which offers free icons for ASP.NET Community!! Feel free to visit the website and download the very cool and helpful icons from it! Regards
Posted by
BilalHaidar [MVP]
|
0 Comments
Wednesday, September 05, 2007 9:13 PM
LebDev Community Nights are back!!
The LebDev usergroup , in collaboration with Microsoft , is holding a Community Night on Tuesday 11th of September 2007 . The Community Night's main theme is "Community Thinking". All Professional Developers, IT Pros and Students are welcome. However,
Posted by
BilalHaidar [MVP]
|
0 Comments
Tuesday, September 04, 2007 11:41 PM
RadEditor 7.1.2 and "RadControls folder not found" bug
I was playing around with RadEditor control which is the best Rich Text Editor in my opinion nowdays and faced an exception saying that: RadControls folder not found This is a know bug in the version 7.1.2 and is fixed in the next release which will be
Posted by
BilalHaidar [MVP]
|
0 Comments
Filed under:
Telerik Controls