what is a required field validation control?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the purpose of cache? How is it used? : Dot net architecture
what is stage management ? (ASP.NET)
which class library is used to find unique key?
What does the "EnableViewState" property do? Why would I want it on or off?
What are the different pipelining hazards? : Dot net architecture
Explain the difference between inprocess vs out process session state : Dot net architecture
Explain .net mobile input controls? : Microsoft dot net mobile
Which tool you will use to deploy a windows service
Explain about clr?
what does dot in .net means
What are relation objects in dataset?
what are the things we generally declare in session_start , application_start ?