N a g a s a i

Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.

Friday, July 30, 2010

How to: List all Query string variables in C#

›
This is how you can do it in C#, Either of will work for getting Query string values for ( int i = 0; i < Request.QueryString.Count; i+...

How to: List all Session variables?

›
This is how we can get list of all session variables using c#. for ( int i = 0; i < Session.Contents.Count; i++) { Response.Write(S...

Ionic Zip Utility : SaveProgress Event

›
Save() method in Ionic Zip, this method allows the application to explicitly specify the name of the zip file when saving. Use this when cre...

DotNetZip - Zip and Unzip in C#, VB, any .NET language

›
DotNetZip is an easy-to-use, FAST, FREE class library and toolset for manipulating zip files or folders. Zip and Unzip is easy: with DotNe...
Thursday, July 29, 2010

How to: Javascript Loading Conditionally for IE

›
Loading Javascript conditionally for IE. When rendering fixes are needed for IE, you can enclose CSS, JavaScript, or HTML markup in conditio...
‹
›
Home
View web version
Powered by Blogger.