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 are two ways that you can set the minimum and maximum
values for a rangevalidator? When would you use each technique?



What are two ways that you can set the minimum and maximum values for a rangevalidator? When would ..

Answer / answerme

One of the ways to set Minimum Value and maximum value can
be set by usin =g the propery MinimumValue and MaximumValue.
<asp:RangeValidator
ControlToValidate="tbox1"
MinimumValue="2005-01-01"
MaximumValue="2005-12-31"
Type="Date"
EnableClientScript="false"
Text="The date must be between 2005-01-01 and 2005-12-31!"
runat="server" />

Will check if the date falls between the range.

This can be used when the specific range is known

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Difference between datareader and dataset ?

4 Answers   Microsoft,


What’s the difference between response .redirect and server.transfer?

0 Answers  


What is the use of autowireup in asp.net?

0 Answers  


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


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

3 Answers  


What is the purpose of each of the validation controls provided by ASP.NET?

1 Answers  


What is bound controls

0 Answers   MCN Solutions,


What is %20 in a url?

0 Answers  


Can you change a master page dynamically at runtime? How?

0 Answers  


what is CTS?

3 Answers   PrimeLine,


What does the .webpart file do?

0 Answers  


How to implement Authentication and Authorization?

0 Answers   QuestPond,


Categories