custom validation control
In a C# 2010 web form application, I am using a custom validator. I want the custom validator logic to occur when the user user clicks the 'submit' button. However I can not tell how to make the custom validation logic occur when the user clicks the 'submit' button. Can you tell me how to solve this problem?
Sukesh MarlaPosted Aug 19, 2012, 11:21 PM
Please check the sample once.i have kept one line commented.Try to cuncomment it and see what happens.
Check this answer as correct if it helped.
Sie StePosted Aug 19, 2012, 10:07 PM
Sukesh MarlaPosted Aug 19, 2012, 10:50 AM
you will find custom validator sample here..
Check this is correct answer if it helped.