"and have some problems"

What are those problems?    Can't find the objects in the selectors?
Something else?

and you aren't making it clear what validation you are talking about
(ASP.NET validator controls?, jQuery validator plugin?)

without knowing any of the above, there is something to say to keep in
mind:

using master pages and user controls and other naming containers
(GridView, Wizard, etc) change the name and ID of the controls inside
them

so if you have

<asp:TextBox id="Name1" runat="server" />

specified, then

$("#Name1")  isn't going to work if that TextBox is inside one of the
above parent controls.....




On Dec 18, 8:51 am, Rodrigo <olivares.rodr...@gmail.com> wrote:
> I'm working with C# and have some problems to integrate with jquery in
> order to validate forms.
>
> Anyone have a example page working  with aspx and the events?
>
> sometimes need disable the validation but send the callback , someone
> knows a disable feature ?
>
> thanks

Reply via email to