I want to open a file dialog box in user control. I used using System.Windows.Forms, but still I can't access SaveFileDialog class. Can anybody tell me how to do this? Thanks.
-
Is that what you are trying to do? Post your reply to this comment if you have achieved what you wanted.shahkalpesh– shahkalpesh2008-12-06 05:06:51 +00:00Commented Dec 6, 2008 at 5:06
-
Sory I am replying late. But realy it is what i wannted to do. Thanks for ur help.Devashri B.– Devashri B.2009-03-18 12:57:38 +00:00Commented Mar 18, 2009 at 12:57
Add a comment
|
3 Answers
You cannot use SaveFileDialog in asp.net (if I look at the tags of the question).
It seems you want to let the uset click on some button to download a file and prompt the user to save it.
If that is a correct assumption, see the accepted answer at with just a plain html and js file, how can i force a link to an mp3 to download instead of just play?