I'm having the same issue. Can you please tell me what the variable "grop" is.
I've tried passing in a string with the ID of my ValidationGroup as well as the ID of the ValidationSummary. I've also attempted to send both of these in after getting the DOM object with document.GetElementById().
I have an Accordion control in my page and in that Accordion control i have around 22 AccordionPanel. In each panel i have several ASP.NEt controls like radiobutton list, textboxes and so on.
At the end of the page I have a submit button, On submit i would like to check that the radiobuttonlist in each of the accordionpanel is selected. If not it should display a message. I would like to do a client side validation. I am trying to use custom
validator but it doesnt work.
shekhar_249
Member
136 Points
72 Posts
Re: How to call Page.Validate() using javascript
Mar 04, 2009 03:39 AM|LINK
Welcome !!
n thanks again to PLBlum
Chandrashekhar Muradnar
Team Lead
PUNE INDIA
dxsaima
Member
2 Points
1 Post
Re: How to call Page.Validate() using javascript
May 16, 2009 08:32 AM|LINK
Dear Can any one give me this example with code
i m very thankful
SamRossetti
Member
4 Points
2 Posts
Re: How to call Page.Validate() using javascript
Dec 18, 2009 09:36 PM|LINK
I'm having the same issue. Can you please tell me what the variable "grop" is.
I've tried passing in a string with the ID of my ValidationGroup as well as the ID of the ValidationSummary. I've also attempted to send both of these in after getting the DOM object with document.GetElementById().
fkhatri
Member
8 Points
4 Posts
Re: How to call Page.Validate() using javascript
Mar 01, 2010 04:28 PM|LINK
Hi
I have an Accordion control in my page and in that Accordion control i have around 22 AccordionPanel. In each panel i have several ASP.NEt controls like radiobutton list, textboxes and so on.
At the end of the page I have a submit button, On submit i would like to check that the radiobuttonlist in each of the accordionpanel is selected. If not it should display a message. I would like to do a client side validation. I am trying to use custom validator but it doesnt work.
Please guide me how to do it?
Thanks,
Chriswitt
Member
5 Points
9 Posts
Re: How to call Page.Validate() using javascript
May 20, 2010 08:37 PM|LINK
anyone using the function being discussed here should note that it is Page_ClientValidate(), NOT Page_ClientValidation()...
It has been mentioned both ways, I happened to use the wrong one. Just thought I would try to save someone else from making the same mistake.
umair.sabri
Member
14 Points
8 Posts
Re: How to call Page.Validate() using javascript
May 13, 2011 11:22 AM|LINK
how to set valation group in javascript can u tell me