What are validator? Name the validation controls in asp.net? How do you disable them?



What are validator? Name the validation controls in asp.net? How do you disable them?..

Answer / Chandra Bhushan Singh

Validator controls in ASP.NET are used to validate user input on a web form before submitting it to the server. They include:nn1) RequiredFieldValidatorn2) RangeValidatorn3) RegularExpressionValidatorn4) CompareValidatorn5) CustomValidatorn6) ValidationSummarynnTo disable a validator control, you can set its Enabled property to false or remove it from the form during runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

I’m having some trouble with cas. How can I diagnose my problem?

1 Answers  


How does a content page differ from a master page?

1 Answers  


what is command line compiler.what are the steps and how it is related to debugging.

1 Answers  


How to reduce the Page size in asp.net?

4 Answers   CTS,


How you can access the values from the Repeater control in ASP.NET?

1 Answers  


RequiredFieldValidator--write code in javascript

3 Answers   Wipro,


My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


Can more than one person use the same login?

1 Answers   MCN Solutions,


Explain login controls.

1 Answers  


What is .netmodule and how is different from .dll and .exe

2 Answers   NIIT,


Can you edit data in the Repeater control?

11 Answers   CAC, Creative,


what is the generics and where used generics in your project?

3 Answers   CTC,


Categories