| <%# trim(DataBinder.EvalContainer.DataItem, "EmployeeID"))%> | <%# trim(DataBinder.Eval(Container.DataItem, "EmployeeName"))%> |
how to retrieve values from a checkbox in a datalist???
here is my html codes in .aspx
here is my coding in the .aspx.vb
i've already bind the datalist inside my pageload.. the problem after the user has selected the checkboxes and clicks on the OK button, i want the system to retrieved those checked checkboxes value and display to the user.
how do i do it?
yibing26Posted Sep 14, 2004, 3:44 AM
goce micevskiPosted Sep 13, 2004, 7:19 AM
yibing26Posted Jul 15, 2004, 11:34 PM