ASP.Net >> Validation for user controls
Hi!!!!!!!!!!!!
I am having a user controls with a textbox. I am using that
user controls in my aspx page in two places. I need to do a compare
validation between two textboxes which inherited from user controls.
how to refer the controltovalidate id. Can someone please help me on
this. One more thing is after the validation is done, i need to open a
new window using javascript, so i have to do validation on buttton
click and open a new window, if it succeeds.