Assign QueryString Value to Control in Design Page

<a href="Default.aspx?RollNo=<%=HttpUtility.HtmlEncode(Request.QueryString["RN"]) %>&Cl=<%=HttpUtility.HtmlEncode(Request.QueryString["Cl"]) %>">Click Here</a>

Comments