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 Wanet Telecoms Ltd 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: *

  • Users: dzirkelb
  • Content: Threads
  • Order by date
  1. dzirkelb

    Validation: Must have one number and one letter

    I have a page with one validation in place (must be only numbers), but I would like to add another validation. The second textbox, txtLocator, must have at least 1 number and at least 1 letter to be validated. So, it could be 1M, 1M13, 5RRR34, etc etc...5 would fail, 555 would fail, MMM would...
  2. dzirkelb

    Error on Sorting Datagrid

    I have a datagrid which displays data which a user can select an item to display more data based upon selection. I try to add sorting, but come up with an error. Here is my code and below that is my error: Sub BindStatesGrid(ByVal strSortField) Dim cmdSelect As SqlCommand...

Part and Inventory Search

Back
Top