Thanks MorningZ.

I'm using Jquery Validation plugin (http://bassistance.de/jquery-
plugins/jquery-plugin-validation/) (I understand that the title
[validate] is relative to the plugin name). I try, only a validation
trought this aproach, but I think that is a lot of code to write and
Jquery plugin is very simple to use.

I know the changes that presents de ID in aspx pages when running at
server side. This is no problem for me because I choose the metatags
validation style (addings classes to CssClass, to validate the fields.

One problem is:
  if I have a button that make postback and many fields are set
required, but are not filled yet, the validation do not make the
postback because the validation is false. ¿how disable the validation
in this case?






On 18 dic, 12:01, MorningZ <morni...@gmail.com> wrote:
> "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