tags:

views:

11

answers:

1

I have 2 text boxes one for email and one for Name. If text is entered in email I want to make Name required field. How can I do this using .net validation controls? Thanks

A: 

Look at using the custom validator:

Validation Controls

bechbd
Thanks I will try that.