3
Answers

how to do jquery validation in Webform which hv masterpage?

$(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)