-->

Thursday, September 25, 2014

EnableClientScript in ASP.NET Vaildation, How to disable it

EnableClientScript in ASP.NET Vaildation, How to disable it

Script is a short of code, run on any browser, must to enable Java Script. If you want to enable validation along with the page then must to enable java script of the browser for running validation. That's type of validation is known as client side validation.
Let's start to learn about EnableClientScript property of control, if you will set true then validation is enable on single click or you can say validation enable on onfocus.
How to disable it
Controls_Id_name . EnableClientScript = false;


Read other related articles

Also read other articles

© Copyright 2013 Computer Programming | All Right Reserved