Validation
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
have a AutoCompleteExtender and I bound it to a textbox. It is the list of all email address and last name and first name nMultani@dov.gc.ca (nancy Multani) bGill@dov.gc.ca (babay Gill) I want to validate this text box. I want to create new validation control the text box I type only that item which appear in drop down list or select valid item or type whole string. How can I do that.
seema