Can anybody tell me how to change the value of an html control from the
c#....
eg i hv one asp.net radio button control and one html hidden
variable...
so on page load in case the radio button is checked i want to set this
hidden variable to 1 else 0...
I am not getting what to write in Page_Load(objec t sender,
System.EventArg s e) function to change the value of this html
variable...
c#....
eg i hv one asp.net radio button control and one html hidden
variable...
so on page load in case the radio button is checked i want to set this
hidden variable to 1 else 0...
I am not getting what to write in Page_Load(objec t sender,
System.EventArg s e) function to change the value of this html
variable...
Comment