Hello,
I am trying to open save file dialog in ASP.NET 2.0 C#; I want to bring out a dialog like the one in"System.Windows.Forms.SaveFileDialog".
I know about Server.MapPath, but it does not do the job, because it keeps tying to open folders, and I need to let the user browse for a location instead of typing it.
Any idea here will be very appreciated.
Thank you,
Rad