How to Insert checkbox checked value when checked to textbox as comma...

Sumit

New member
...seperated string in vb.net or javascript? Insert checkbox checked value when checked to textbox as comma seperated string in vb.net or javascript

suppose i have 3 checkboxes and and 1 textboxes in my webpage.aspx

when i checked checkbox1 and checkbox2 then in textbox it will appear as 1,2 only on checkboxes checked event ...


and i want its revert also :

if i set textbox default values to 1,2 then the checkboxes 1 and checkbox2 will be checked ...
 
Back
Top