Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Support Cases   (RSS)
Sorry, but there are no more tags available to filter with.

ASP.NET - Getting 0 value for Request/Sec and Total Req. in performance monitor

Things to check: - Check the following registry key HKLM\SYSTEM\CurrentControlSet\Services\ASP.NET_1.1.4322\Performance\Library and make sure that it is pointing to correct version of aspnet_isapi.dll. Shutdown IIS and remote registry services. Run commands
Posted by Parag Agarwal | 1 Comments
Filed under:

HTTP_URL Server Variable behaves differently in IIS 5 and 6

Issue ==== One of my Customer’s configured an ASP file named * NotFound.asp * to process 404 errors inside the Custom Errors section of Internet Services Manager, where he uses HTTP_URL Property to get the bad page or malformed URL that user has just
Posted by Parag Agarwal | 0 Comments
Filed under:

ASP.NET 2.0 - Cannot find control in EditItemTemplate of DetailsView Control

Recently we got some cases in ASP.NET 2.0, where customers were using: - - DetailsView control bound with SQL Data source control. - DetailsView has few Data-bound Columns as well as one Template Column. - Data bound columns displays correct values. -
Posted by Parag Agarwal | 0 Comments
Filed under:

ASP.NET 2.0 - Accessing CurrentNode Property for dynamic sitemaps

Issue ==== In an ASP.NET 2.0 application, customer was loading the sitemaps dynamically, based on the Logged in user. For example, if the logged in user is a Manager, sitemap related with manager should get loaded in the SiteMapPath control otherwise
Posted by Parag Agarwal | 0 Comments
Filed under:

Using Parameters of FormParameter type with ObjectDataSource Control on pages that use Master pages.

Recently we got a case where customer is trying to use FormParameters with DataSource controls on pages that uses Master Pages. It is by design that the Form Parameters will generate null values because of Master Pages. You can find the Bug details with
Posted by Parag Agarwal | 0 Comments
Filed under:

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:

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