I need to send values of controls between forms in asp.net
I tried to send information with following URL:
DisplayNews.aspx?cmd=HyperLink1.value
And tried to recieve information with following code:
string s = Request.QueryString["cmd"];
But in output I see “HyperLink1.value” instead of real value.
Thank you for help.
Try this:
You can set your HyperLink1.NavigateUrl like this: