how to populate checkboxes using comma seperated(1,2,3) textbox values in vb.net ?

Sumit

New member
I want this ...

i have 3 checkbox in form . 1 2 3

when i check 1 & 3 it will be written in textbox 1,3 but how to retrieve back to check box ...if i write 1, 3 in textbox then it will check 1,3 in checkbox on page_load event or any event ,,,,,,

please anybody provide me thid coding ?
 


Write your reply...
Back
Top