BUYMETRONIDAZOLE
New Member
I need to send values of controls between forms in asp.netI tried to send information with following URLisplayNews.aspx?cmd=HyperLink1.valueAnd tried to recieve information with following code:\[code\]string s = Request.QueryString["cmd"];\[/code\]But in output I see "HyperLink1.value" instead of real value.Thank you for help.