Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aspgasket

    re:thread855-1483475 checkboxlist

    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...
  2. aspgasket

    re:thread855-1483475 checkboxlist

    <asp:CheckBoxList ID="Review" runat="server" SelectedValue='<%#Bind("Review") %>'> <asp:ListItem Value="a123" Text="a123"></asp:ListItem> <asp:ListItem Value="b1234" Text="b1234"></asp:ListItem> <asp:ListItem...
  3. aspgasket

    re:thread855-1483475 checkboxlist

    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 =...

Part and Inventory Search

Back
Top