Latish Sehgal

Dot Net Stuff from the DotNetSurfer

Browse by Tags

All Tags » asp.net (RSS)
Removing unused CSS Classes from your web application
Most of you might have seen that while working on a Website project, the CSS gets harder to maintain as the site ages. This might be due to new developers coming in to the project, removal of UI elements (but not the corresponding CSS), refactoring and...
Posted: Oct 01 2008, 08:47 PM by latish | with 1 comment(s)
Filed under: , ,
Asp.Net Session Timeout control
As web application developers, we depend on the Session to store data pertaining to the user. It's a common scenario that the user might take a half an hour break to take a phone call or a meal while using the application and come back to find out the...
More Posts