Checkbox Question 1

  • Thread starter Thread starter Elliot
  • Start date Start date
E

Elliot

My C# page has several HTML checkboxs paced within a ASP.NET form.
I would like to get which checkboxs were checked after I press a
button(HTML/ASP.NET?). How?
Thanks for answers in advance.
 
Finally I use HTML one.
That ASP.NET control can not do something, e.g. set a client id to the
table.
 
Back
Top