Thursday, April 21, 2005

Raising File Save Dialog Box on Client Side using C# and ASP.NEt

Hey Fellas! As I promised to you, this is the sample project to Raise a File Save Dialog Box for known MIME Types like Images, Doc Files, PDF, etc. on Client Side.

Click Here to Get the Source Project. If you have any question please feel free to contact me.
Ref. MIME Type by Content Type

Here is the Code to use the Component :

1. Add a Reference to ForceDownload.dll

2. Add "using ESS.APP.WebUtil"

3. Add this snippet to the Event on which you want to Force the Download


ForceDownload fdl = new ForceDownload();
fdl.FilePath = Server.MapPath(Request.ApplicationPath +"
\\filename.ext");
fdl.Download();

Wednesday, April 20, 2005

Great News...I will participate in Microsoft Windows Server 2003 R2 Beta Program

WOW! Great News for me, few days back I got an Invitation to Participate in Microsoft(r) Windows Server 2003 "R2" Beta.(Few months back I registered on their site to join this program). And today I got confirmation that I've been selected for this beta program. I am more than happy to get this opportunity. Now I'll be testing this excellent Server Product from Microsoft.

Monday, April 18, 2005