Welcome to MSDN Blogs Sign in | Join | Help

December 2005 - Posts

ASP.NET 2.0 - Extending GridView control to display extra Footer Rows

Question How can I extend existing GridView control in ASP.NET 2.0 that has more than one Footer rows? Answer In my previous Blog on “Extending ASP.NET Datagrid Control” I discussed that ASP.NET is built on extensible architecture. GridView control is
Posted by Parag Agarwal | 3 Comments
Filed under:

ASP.NET 2.0 - "Object Reference not set to an instance of an object" when Login and Default Page both inherits Master Page

Problem In a sample ASP.NET 2.0 application there is: - Master page, Login.aspx and Default.aspx. Master page has a LoginView control with a Label control inside <LoggedInTemplate> section. Login.aspx and Default.aspx both inherits from Master Page.
Posted by Parag Agarwal | 0 Comments
Filed under:

Session State Management

Session State Modes Available in ASP.NET InProc Sessions are stored in worker process memory. Performance wise it is fastest but performance could be decreased if large and persistent objects are stored for a long time. Session data will be lost if worker

Dealing with IO Exceptions when more than one website writes to a common log file

I have dealt with few such cases where customers are trying to write to a single log file from more than one websites. Now this can lead to file IO exceptions to be generated at runtime if by any chance, that file is being used by a process and at the
Posted by Parag Agarwal | 1 Comments
Filed under:

Why Update and Cancel events were not firing on dynamically added Datagrid on the place holder control?

Recently i got a case where customer was creating and intializing ASP.NET Data grid dynamically on a button click and was adding it inside the placeholder control. After doing that he was not able to fire edit and cancel commands on the Datagrid. After
Posted by Parag Agarwal | 4 Comments
Filed under:
 
Page view tracker