Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help

April 2008 - Posts

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.

.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

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

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

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

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

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:

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

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