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