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.
I want to open a file dialog box in user control. I used using
Share
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?