Sep 9, 2011

How to check user validation in java script


{

WebForm_DoPostBackWithOptions(


}
if (tab.name=='EmployeeDetails') var btnSave = document.getElementById("<%=btnSave.clientID%>"); new WebForm_PostBackOptions('ctl00$ContentPlaceHolder1$btnSave', '', true, '', '', false, false));if (Page_ClientValidate()==false)return false;

No comments:

Post a Comment

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 ...