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


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

When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel

2 Answers   Syntax Softtech,


When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.

4 Answers   Syntax Softtech, TCS,


In the context of a comparison, what is object identity versus object equivalence?

1 Answers  


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

0 Answers   Siebel,


is it possible to set more than web.config file for an ASP.net APPLICATION?can it run?how is it possible

3 Answers  


Explain the use of errorprovider control in .net?

0 Answers  


What is diff. Between abstract class and an interface?

0 Answers  


Explain how viewstate is being formed?

0 Answers  


Explain global assembly cache.

0 Answers  


What is difference between web config and global asax?

0 Answers  


Which control has default post back is enabled(true)?

0 Answers   Sans Pareil IT Services,


Categories