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

Browse by Tags

All Tags » ASP.NET 3.5   (RSS)

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:

Client Application Services Part 3

My third article in the series of articles on Client Application Services is now published on www.aspalliance.com . This is the last article in the aforementioned series! Hope you enjoy it! You can check it at: Client Application Services Part 3 ( http://aspalliance.com/1597_Client_Application_Services__Part_3

Nested MasterPage Not Firing Page_Load Event

I faced a situation today where I am trying to attach to the page_load event of a child nested master page to load some data on the master page itself. The event was not firing at all. Later on I figured out that the AutoEventWireup property on the Page