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