if i have three checkboxes on my asp.net webform ..if 1 is already checked om pageload then..
- by user559800
if i have three checkboxes on my asp.net webform ..if 1 is already checked on pageload event then output in textbox would be 2,3 if 2 and three checkbox would be checked ...even after ...
i want if the checkboxes are already checked on page load event we have to ignore that checkboxes .... and add recently checked checkboxes checkbox2 and checkbox3 will be entered in textbox 1 as 2,3
I WANT THIS IN VB.NET !!