what is a required field validation control?

Answers were Sorted based on User's Feedback



what is a required field validation control?..

Answer / dsr

first drag the requiredfieldvalidator from validator
(Toolbax). after that ,we can goto properties and change
the properties of requiredfieldvalidator.
1.Id
2.controltovalidate:nametextbox
3.errormessage:Required Field

Is This Answer Correct ?    2 Yes 0 No

what is a required field validation control?..

Answer / subru

This is used for validating the user entered values are
correct, for eg you can use this for checking a user enterd
email address. it won't allow any other type of string
enter there. This required field validation control has
reduced the usage of regular expression, but it is worth to
use regular expression to validate ,because you can decide
how the validation should be and it will be a client side
action. but a regular field validator's code will be
working in server side after posting the page.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

what are the things we generally declare in session_start , application_start ?

2 Answers  


i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?

0 Answers  


Define an interrupt? : Dot net architecture

0 Answers  


Which is the best institute in chennai to learn DotNet? Please help.

48 Answers   HCL, Infosys, NIIT,


what is a namespace?how they are classified?write a program which contains class,object,inheritance?

0 Answers   Six Sigma,






2. What type of code (server or client) is found in a Code-Behind class?

1 Answers  


12. Types of polymorphisem[Run and Design Exp.]

0 Answers   PCS,


Explain hard disk and what is its purpose? : Dot net architecture

0 Answers  


What is a sealed Class? What is the differnce between sealed class and private class?

2 Answers   iGate,


Define dma? : Dot net architecture

0 Answers  


I want to create a project like google maps how can we do that with atlas?

0 Answers  


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.

0 Answers  


Categories