On Age field how many Asp.Net validation controls will be suit?

Answers were Sorted based on User's Feedback



On Age field how many Asp.Net validation controls will be suit?..

Answer / sree

range validator and compare validtaor

Is This Answer Correct ?    15 Yes 0 No

On Age field how many Asp.Net validation controls will be suit?..

Answer / tejkrishna

compaire field and range and requiredfield validator

Is This Answer Correct ?    5 Yes 0 No

On Age field how many Asp.Net validation controls will be suit?..

Answer / yagnesh shastri

CompareValidator control to validate an input field. The field to validate was defined by the attribute ContolToValidate.
You can also use a ValidationSummary control with the attribute FormToValidate, to validate all the input of a form.

Is This Answer Correct ?    6 Yes 1 No

On Age field how many Asp.Net validation controls will be suit?..

Answer / tapan kumar swain

RequiredFieldValidator,NumericValidator,RangeValidator

Is This Answer Correct ?    5 Yes 1 No

On Age field how many Asp.Net validation controls will be suit?..

Answer / abhi

Range validator and numeric validator

Is This Answer Correct ?    5 Yes 2 No

On Age field how many Asp.Net validation controls will be suit?..

Answer / aaaaa

required field validator, range validator, compare validator

Is This Answer Correct ?    2 Yes 0 No

On Age field how many Asp.Net validation controls will be suit?..

Answer / raks

4 Validators

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How to stop the inheritance?

2 Answers   TCS,


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

0 Answers  


Is overloading possible in web services?

2 Answers   Microsoft,


What is data control in asp.net?

0 Answers  






we can able to display a MessageBox in asp .net without using any script langages?

8 Answers   ABC,


What is the difference between mechine.config and web.config?

0 Answers  


What is the difference between Trace and Debug?

2 Answers   BirlaSoft,


.Net Doesn't offer Deterministic Distruction ? a) True b) False

4 Answers   CTS,


How we can force all the validation controls to run?

0 Answers  


What are the types of assemblies and where can u store them and how ?

1 Answers   Patni,


How do we ensure view state has not tampered?

0 Answers  


Categories