TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
hasan shamsi
NA
6
742
Validating server side control by Jquery - ASP-Master Pages
Aug 20 2015 1:36 AM
This is my textbox
<asp:TextBox runat="server" ID="txtCustomerID" CssClass="form-control" >
</asp:TextBox>
Jquery
.
.
.
form2.validate({
.
.
.
rules: {
name:{
minlength: 2,
required: true
},
.
.
.
How I change this jQuery to work for that server side textbox(
txtCustomerID
).
This Jquery is woring for HTML controls for (name) attribute but I am not able to make this work for server side textbox.
Kindly Help me.
Thanks
Reply
Answers (
4
)
how to design a project architecture?in 3 tier(in details)
LOG4NET