I assume that many people need to have this on their aspx-webpage.. but how is it possible to make one without using the System.Windows.Forms namespace? Anyone who has any suggestions?
kind regards
Henrik
Printable View
I assume that many people need to have this on their aspx-webpage.. but how is it possible to make one without using the System.Windows.Forms namespace? Anyone who has any suggestions?
kind regards
Henrik
Are you talking about opening a file on a users computer? You need to do more than embed this in your aspx page.
If you are talking about a user uploading a file to the server, then look in the HTML controls section of the toolbox, there should be a fileupload box or something similar.
Ahh, got it, thanks!