Bilal Haidar [MVP, MCT] Official Blog

Microsoft MVP ASP/ASP.NET, MCP, MCTS, MCPD, MCT
Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help
in Search

Browse by Tags

All Tags » ASP.NET 2.0 - G... » ASP.NET 3.5
  • 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: aspnet_regsql -C ''Data Source=.;Integrated Security=True'' -ssadd -sstype c -d ...
    Posted to Bilal Haidar [MVP, MCT] (Weblog) by BilalHaidar [MVP] on April 6, 2008
  • 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 directive is false!!! Seems by default when you create a nested master page, its ...
    Posted to Bilal Haidar [MVP, MCT] (Weblog) by BilalHaidar [MVP] on March 27, 2008
Powered by Community Server (Personal Edition), by Telligent Systems