Arvind Chourasiya

Arvind Chourasiya

  • NA
  • 933
  • 134.2k

how to do jquery validation in Webform which hv masterpage?

Jan 7 2016 1:11 PM
$(function () {
$("#form1").validationEngine('attach', { promptPosition: "topRight" });
});
 in above validation function I have #Form1 form id but I'm using web form so I have Contentpaceholder so how customize that code for this middlepanel-
 
<asp:Content ID="Content2" ContentPlaceHolderID="middlePannel" runat="server">
</asp:Content> 

Answers (3)