tags:

views:

15

answers:

1

i am using a wizard control with few textboxes in it and i want to validate them how to do?

+1  A: 

Use validation summary along with requiredfield validator. Custom validator or regular expression validator. Many examples of how to do this on the web. Cheere

NBrowne