Posted on: 7/15/2014 2:33:01 PM | Views : 244

Hello Folks,
I have a situation here. 
I have an user control say UcCustomer.ascx. In this I have two to three textboxes and required validator for each textbox. Like wise I have many user controls say UcShipping, UcFleet etc.
Now I am consuming these user controls in an aspx page.
I have kept a validation summary in aspx page, now how can I use this for the UC?
Now the requirement is that I need to show the validation summary if the has not entered values.
How can we achieve this? I dont know if I could have VSummary in ascx or not 
Im confused. Please suggest.
Thanks

Go to the complete details ...