function chkValidation(nextTab)
{
if (tab.name=='EmployeeDetails')
{
var btnSave = document.getElementById("<%=btnSave.clientID%>");
WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions('ctl00$ContentPlaceHolder1$btnSave', '', true, '', '', false, false));
if (Page_ClientValidate()==false)
return false;
}
else
{
tab.name = nextTab;
}
}
Subscribe to:
Post Comments (Atom)
-
Bootstrap css front-end framework. jQuery fast, small, and feature-rich JavaScript library. DataTables advanced interaction contro...
-
<body> <form id="form1" runat="server"> <img class="RibbonL" src="Imag...
-
<script language="JavaScript"> javascript:window.history.forward(1); </script>
What is the use of n-tier architecture and 3-tier architecture?
how to implement 3-tier architecture in asp.net using c#. 3-Tier architecture is also called layered architecture. Some people called it ...
No comments:
Post a Comment