Parag's Weblog
- Open IE and clear all cookie cache. 2. Start fiddler. 3. Browse application in IE. 4. It will...
Date: 07/10/2009
Every app is different and every server is different. It's only through extensive understanding of...
Date: 07/09/2009
So i am back after a long break. Just to give you a little bit of background i recently shifted from...
Date: 04/28/2007
Getting CryptographicException exception "Padding is invalid and cannot be removed" after Migrating to ASP.NET 2.0
Problem Description ============= One of my colleague migrated his asp.net 1.1 application to...
Date: 07/03/2006
ASP.NET 2.0 - Errors while re-directing user to an error page after the exception is thrown from COM Port
Abstract ======= There is an ASP.NET 2.0 application inside of which i connect to serial COM port by...
Date: 05/16/2006
The reason behind it was that debug attribute was set to true inside web.config. If debug attribute...
Date: 05/08/2006
Things to check: - Check the following registry key...
Date: 04/02/2006
There could be two reasons: - 1. Directory under which ASP page resides is not marked as an...
Date: 03/16/2006
Abstract We can visualize composite control, the composition of existing controls that reuses the...
Date: 03/11/2006
The link below explains what are the Login Controls and how they can be used against custom data...
Date: 03/10/2006
To read more about virtual path providers, visit the following link:...
Date: 03/10/2006
Issue ==== I recently got an issue where customer ASP.NET 2.0 website on IIS and on one of the aspx...
Date: 02/01/2006
Issue ==== One of my colleagues was loosing intellisense in the code behind editor for a particular...
Date: 02/01/2006
Issue ==== One of my colleague developed ASP.NET 2.0 application in Visual studio 2005. During the...
Date: 02/01/2006
Issue ==== One of my Customer’s configured an ASP file named NotFound.asp to process 404 errors...
Date: 02/01/2006
Recently we got some cases in ASP.NET 2.0, where customers were using: - - DetailsView control bound...
Date: 01/15/2006
Issue ==== In an ASP.NET 2.0 application, customer was loading the sitemaps dynamically, based on...
Date: 01/06/2006
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...
Date: 01/03/2006
Question How can I extend existing GridView control in ASP.NET 2.0 that has more than one Footer...
Date: 12/13/2005
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....
Date: 12/13/2005
I recently authored this KB Article. Please visit the link for complete information....
Date: 12/10/2005
Session State Modes Available in ASP.NET InProc Sessions are stored in worker process memory....
Date: 12/10/2005
I have dealt with few such cases where customers are trying to write to a single log file from more...
Date: 12/03/2005
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...
Date: 12/02/2005
Abstract ASP.NET is built on extensible architecture. Each and every control provides a set of basic...
Date: 11/26/2005
Abstract When custom pagination is enabled, control does not implement any logic to page over a...
Date: 11/26/2005
This sample will give us an idea on: - How we can handle several events provided by Datagrid. How we...
Date: 11/26/2005