Click here to Skip to main content
15,879,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
One Required field validator with multiple textboxes inside asp.net gridview footer.

dear frnds,

how to validate two textboxes inside gridview footer.
The user can enter as below requirements :

1) The user can enter in both textboxes
2) the user can enter only in one textbox
3) the Two textboxes should not be empty.



Please help

thanks for ever.
Posted

1 solution

You can use CustomValidator for this purpose.

Regards
Pawan
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900