Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
jquery validations
aditya immadi
8y
259
1
Reply
Hai all
i wrote this one for simple validations but in this line <%=TxtName.UniqueID %> the (:) shows eror expected identifier sting or number.. i dont knoq what is wrong with that can any body explain me
<script type="text/javascript">
$(document).ready(function () {
$("#form1").validate({
rules: {
<%=TxtName.UniqueID %>
:
{----expected identifier sting or number..
required:true
}
},
messages: {
<%=TxtName.UniqueID %>
:
{----
required: "* Required Field *"
},
},
});
});
TIA
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
MVC Ajax did not hit the JSON Result method.
How to remove one image file from input file multiple