I have <input type="radio" name="YourRadioButton" value="2345">News<br /> <input type="radio" name="YourRadioButton" value="47458">Letters<br /> <a href="clicked.aspx" >clickhere</a> and when user clicks on any radio button , then clicks clickhere, in clicked .aspx , i dont get value of YourRadioButton var YourRadioButton = Request.Form["YourRadioButton"]; // this is null regards maulik shah
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)