When we are using server side controls for validation, the page is submitting. cant we validate without the page sumition. mani
Hi, Mani did u set attributes for the button so it will focus on it. like this.Button1.Attributes.Add("OnClick", "return frmSubmit(frmTest);");