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
April 2008 - Posts
Tuesday, April 29, 2008 10:49 AM
Microsoft Server 2008 Launch in Lebanon
Come join us!!
Posted by
BilalHaidar [MVP]
|
0 Comments
Sunday, April 27, 2008 12:56 PM
Dynamically Loading Controls in ASP.NET
I received an email from a friend asking me to guide him with resources and online articles on developing ASPX pages that make use of Dynamically Loading UserControls. I thought of preparing a humble article that explains my way of implementing such thing.
Posted by
BilalHaidar [MVP]
|
0 Comments
Monday, April 21, 2008 3:02 AM
.NET 3.5 Enhancements Training Kit
The first version of the .NET 3.5 Enhancements Training Kit has been officially released to the public! The .NET 3.5 Enhancements Training kit builds on the success of the Visual Studio 2008 Training Kit which resulted in 70,000 completed downloads since
Posted by
BilalHaidar [MVP]
|
0 Comments
Sunday, April 20, 2008 10:02 PM
Q1 2008 - New Telerik Release
On April 16, 2008 Telerik released the Q1 2008. The new release contains new controls: 1. RadPanelBar 2. RadToolbar 3. RadTabStrip 4. RadFormDecorator In addition, several old controls have been updated. The major thing to look at in this release
Posted by
BilalHaidar [MVP]
|
0 Comments
Sunday, April 13, 2008 10:29 AM
Not Going to Seattle, again!
Once again, I am not given the US visa on time to attend the MVP Global Summit in Seattle for the 3rd consecutive year. Why? First year, the embassy said, "you are still too young to go to the States" Last year, they told me, go now, and we
Posted by
BilalHaidar [MVP]
|
1 Comments
Saturday, April 12, 2008 11:00 AM
JavaScript Utility Methods added by ScriptManager
I was checking the JavaScript generated on an ASP.NET page when a ScriptManager control is added. I noticed several handy JavaScript methods that you can use seamlessly inside your <script /> blocks on the page with even worrying about the browser
Posted by
BilalHaidar [MVP]
|
1 Comments
Tuesday, April 08, 2008 1:25 AM
Running ASP.NET 1.1 on IIS 7.0
When you install ASP.NET 1.1 on IIS 7.0, you will notice: 1. A new application pool called ASP.NET 1.1 application pool that should be assigned to applications you want to run them under the ASP.NET 1.1 runtime. 2. A new configuration element in the %windir%\system32\inetsrv\config\applicationHost.config
Posted by
BilalHaidar [MVP]
|
0 Comments
Sunday, April 06, 2008 8:11 AM
Problem in SQL Server Session State - ASP.NET 3.5
*** Updated - April 7 2008 *** I played a little bit with the command line I am using to install the SQL Server Session State database and it seems to work fine: To register the database for the SQL Server Session State on ASP.NET 2.0 or ASP.NET 3.5:
Posted by
BilalHaidar [MVP]
|
2 Comments
Filed under:
ASP.NET 2.0 - General
,
ASP.NET 3.5
,
SQL
,
SQL Server Session State
,
Databases &
Thursday, April 03, 2008 7:35 AM
Encrypting Connection Strings
I found this very important link that you should have a look at when you want to encrypt configuration sections in your application's web.config file. It helps not only with encrypting ConnectionStrings but also gives an idea on how to encrypt other configuration
Posted by
BilalHaidar [MVP]
|
0 Comments
Wednesday, April 02, 2008 9:22 PM
Kigg Starter Kit
A new starter kit is published on www.codeplex.com that is developed with ASP.NET MVC Framework, LINQ to SQL and ASP.NET AJAX! Check it out here: http://www.asp.net/downloads/starter-kits/Kigg/ Hope it helps, Regards
Posted by
BilalHaidar [MVP]
|
3 Comments