Hi all, just another quick question, I have a browse button that I would like to have open a browse dialog box. Now I have tried using :
folderBrowserDialog1.ShowDialog();
in the event handler of the button but I am missing the using system.windows.forms namespace. so another question can be asked.....how do you insert using statements in C# script inside an ASP.NET application? Or is there an easier way to get a browse dialog box? Phew, that was mouthful lol. Thank you for your time