I was able to get rid of the error message by adding a "" within the listitem
<asp:ListItem Text="Check all that apply" Value="" />
But, now when I search on the record number it only returns one item, instead of multi items that were check.
should I be doing something with the search button...
I am trying to following the code example thats in a old thread for checkboxlist and ran into the following error.
Not sure whats going wrong.
public void FormView1_ItemUpdating(object sender, FormViewUpdateEventArgs e)
{
CheckBoxList cbl1 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.