Adding controls Runtime
-
Hello Friends, I am developing an application in ASP.Net with VB. I am adding some checkboxes at runtime like this: " So, on some button click event, how can i know that which checkboxes are checked, i want this for further evaluation. Please somebody help me. Thanks and Regards, Nagendra.
-
Hello Friends, I am developing an application in ASP.Net with VB. I am adding some checkboxes at runtime like this: " So, on some button click event, how can i know that which checkboxes are checked, i want this for further evaluation. Please somebody help me. Thanks and Regards, Nagendra.
-
Hello Friends, I am developing an application in ASP.Net with VB. I am adding some checkboxes at runtime like this: " So, on some button click event, how can i know that which checkboxes are checked, i want this for further evaluation. Please somebody help me. Thanks and Regards, Nagendra.
nagendrathecoder wrote:
"
how is that adding at runtime?
nagendrathecoder wrote:
So, on some button click event, how can i know that which checkboxes are checked, i want this for further evaluation.
if you are creating the control at runtime just find the control in the event using FindControl and go from there
-
nagendrathecoder wrote:
"
how is that adding at runtime?
nagendrathecoder wrote:
So, on some button click event, how can i know that which checkboxes are checked, i want this for further evaluation.
if you are creating the control at runtime just find the control in the event using FindControl and go from there
I used your method but not getting control of type CheckBox?????