Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are validator? Name the Validation controls in asp.net?
How do u disable them?

Answer Posted / dilip

In addition of the above answer, it is interesting to know
the "Turning off Client-side Valiation".

Because validation server contols provide clients with
client-side validations automatically, you might, at times,
want a way to control the behavior.

It is quite possible to turn off the client-side
capabilities of these controls so that they don't
independently send client-side capabilities to the
requestor. U can turn off this functionality.

The first is at the control level. Each of the validation
server controls has a property called EnableClientScript.
This property is set to True by default, but setting it to
False prevents the control from sending out a Javascript
function for validation on the client. Instead, the
validation check is done on the server.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is asp.net with mvc? : Asp.Net MVC

1027


Why and where this web.config file is used?

1133


When you use Ajax controls in the ASP.NET application?

1079


What is session object? Describe in detail.

1060


What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?

1276


Explain difference between dataset and recordset?

1115


What is asp.net web pages?

1035


What is the equivalent of date() and time() in asp.net?

1027


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

1103


What is the difference between equals() and == in c#?

1062


What is asp.net introduction?

1054


What is manifest in .net framework?

1067


What is the difference between globalization and localization?

1024


What are the advantages and limitations of query string?

1089


How to implement Authentication and Authorization?

1110