Speed up your home page!
Thomas Deml has published a very nice and quick tip on how to optimize your default web page : How to speed up your most popular web page Quick and so useful : I like this kind of tip!
Thomas Deml has published a very nice and quick tip on how to optimize your default web page : How to speed up your most popular web page Quick and so useful : I like this kind of tip!
You've deployed your app in prod server, you run it on the browser and you get an exception: Object reference not set to an instance of an object. Exception Details: System.NullReferenceException: Object reference not set to an instance of an …
When it comes to debug JavaScript lot’s of people feel such a pain (or even think it’s impossible) the fact is solution exists but is not obvious. The problem is you can’t add breakpoint in your Js code “This is …
Debugging ASP.NET AJAX with Visual Studio 2005 and Vista Read more »
These days I was working on a web app dealing with large amount of data.When it comes to display these data we use GridView and enable pagination in one click.First thing to know is by default ASP.NET 2.0 GridView default …