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 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

Can I customise the trace output?

0 Answers  


Explain difference between machine config vs. Web config? : .NET Architecture

0 Answers  


What happens to the winfx technologies?

0 Answers  


What is the use of delegates

2 Answers  


2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?

2 Answers   247Customer,


Explain about code access security?

0 Answers  


What are the different pipelining hazards and how are they eliminated? : Dot net architecture

0 Answers  


What is CLR,MSIL and Jit Compiler and their roll in .net

1 Answers   PCS,


Can you explain scriptmanager control?

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. What is the exact procedure. : Dot net architecture

0 Answers  


Explain cache? : Dot net architecture

0 Answers  


which tag i need to use manually to bind columns in a datagrid ?

2 Answers  


Categories