Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 141405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:46:16+00:00 2026-05-11T07:46:16+00:00

I would really like use the jQuery Validation plugin in my ASP.NET Web Forms

  • 0

I would really like use the jQuery Validation plugin in my ASP.NET Web Forms application (not MVC). I find it easier than adding asp validators everywhere and setting the control to validate field on all of them.

I am just having some issues both when setting the class like this class=’required email’ which I think has something to do with having a form tag within the main form tag.

I also run into issues when calling the jquery validate using the names which become mangled in an asp control

// validate signup form on keyup and submit $('#signupForm').validate({     rules: {          username: {             required: true,             minlength: 2         }, },     messages: {          username: {             required: 'Please enter a username',             minlength: 'username at least 2 characters'         },      }.  .......          <p>             <label for='username'>                 Username</label>             <input id='username' name='username' />         </p> 

because this

<asp:TextBox ID='tbUsername'  runat='server'></asp:TextBox> 

renders as

<input name='ctl00$ContentPlaceHolder1$tbUsername' type='text' id='ctl00_ContentPlaceHolder1_tbUsername' /> 

and mangles the name. I can get the ClientID using <%=tbUsername.ClientID %>but that doesn’t work with ClientName

Has anyone had any success using the jquery validator plugin with asp.net? If so what about using multiple forms much like using separate validation groups?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T07:46:17+00:00Added an answer on May 11, 2026 at 7:46 am

    You can checkout the rules add function, but basically here’s what you can do:

    jQuery(function() {     // You can specify some validation options here but not rules and messages     jQuery('form').validate();      // Add a custom class to your name mangled input and add rules like this     jQuery('.username').rules('add', {          required: true,          messages: {              required: 'Some custom message for the username required field'          }      }); });  <input name='ctl00$ContentPlaceHolder1$tbUsername' type='text' id='ctl00_ContentPlaceHolder1_tbUsername' class='username' /> 

    This way no need to worry about the crappy identifiers generated by the webforms engine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 119k
  • Answers 119k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Try to refresh your screen by pressing Ctrl+L. If that… May 11, 2026 at 11:54 pm
  • Editorial Team
    Editorial Team added an answer A relative position should do the trick: img.icon { position:… May 11, 2026 at 11:54 pm
  • Editorial Team
    Editorial Team added an answer Well regardless of what you will end up doing with… May 11, 2026 at 11:54 pm

Related Questions

Please forgive the awkwardness of this question, I honestly don't know how to phrase
I'm using jQuery with the validators plugin. I would like to replace the required
The Situation I have a very compressed time schedule to write a simple (basically

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.