Below is the URL request from a HTML page.
"http:\\Localhost\MailAttachment\MailDialog.aspx?File=c:\inetpub\
I want to be able to read the File parameter in that URL. How do I go about doing this from the MailDialog.aspx page during the Page_Load event?
"http:\\Localhost\MailAttachment\MailDialog.aspx?File=c:\inetpub\
I want to be able to read the File parameter in that URL. How do I go about doing this from the MailDialog.aspx page during the Page_Load event?