I have a page that has some hidden panels on it and when you click the upload button it uploads the content and then shows the hidden panel on postback. But I need to add a sessionid to the QueryString, as such “Default.aspx?&SessionID=” + SessionId”. But I don’t want to use Response.Redirect or Server.Transfer because it reloads the page and makes the panel hidden. Is there a way to add this to the QueryString without using Response.Redirect or Server.Transfer?
Just to make it clear. I have a PostBack on the button click. I just dont want a Response.Redirect or Server.Transfer.
Thanks!
in order to prevent data from being posted I believe that this would be the only way that you have to do it..
for example
Edit:
Sorry about that that’s a NameValueCollection “COLL” lower case coll not col1