KeyPress, KeyDown, KeyUp - The Difference Between Javascript Key EventsIn JavaScript, pressing a key triggers events which can be captured and handled. Three events are triggered when a key is pressed and released: keydown,keypress,keyup
How To: Compress ViewState in ASP.NET 2.0 - ViewState Compression with System.IO.CompressionWe can completely disable viewstate by setting EnableViewState to false in the page directive but you need extra programming effort for you to take care of the page state. It is a good idea to disable ViewState for the controls that do not actually need it such as Literals and Labels by setting Enab...
Compress Javascript with compressjavascript.com - Free Online Javascript Compression ToolInternet Applications with Web 2.0 features make heavy use of JavaScript. As rich web applications are being built with larger JavaScript, the need for JavaScript compression to keep bandwidth and page load times as small as possible by decreasing the size of the files served is becoming more import...