|
|
Browse by Tags
All Tags » field
-
Hi Guys,
I have a textbox (for a search engine) and a linkbutton when entered data in the search box and pressed 'enter' key, I want it to take the input. I tried the following code but I ran into errors saying "namespace/ assembly not recognised" Please help:
private void KeyPress(object sender, ...
-
Hello,
I have an existing asp.net page that asks for a customer's US phone number. Unfortunately, the field is set up to only accept entries in an unbroken number string, i.e.
6178899923
instead of
617-889-9923 or (617) 889-9923
How might I set up the field to accept phone numbers in one of these formats? I don't care as much how ...
|
|
|