I have googled this, but can't figure out how to set the value of my hidden field. I have the following code:
<asp:HiddenField id="fileId" runat="server" value="<%# Response.Write(Request.QueryString["fileID"]) %>" />
I am just trying to make the value = the value of fileID
in the query string.
Thanks for your help.