I have one content page(not webform) for that how to customize that code
<script type="text/javascript">
$(document).ready(function() {
$("#form1").validate({
rules: {
<%=txtUserName.UniqueID %>: {minlength: 5,required: true},
<%=txtPassword.Un
in this code in 3rd line asking for form id but I don't have form I have content page this
<asp:Content ID="Content2" ContentPlaceHolderID="middlePannel" runat="server">
</asp:Content>
how to customize above code for this Content page...plz help:)