Validators with the Modal Popup Extender
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am having some RequirefFieldValidators on the page and also a modal popup extender. There is also button on the page. Since,I have set the TargetControlId of modal popup to the button's id,it is doing validation and showing the popup at the same time. I want that on the click of the button,it should first check the validations and only after validating, it should show the modal popup.But this whole thing is to be done on client side only.Can anybody please give some suggestions regarding this. Thanks.