What are two ways that you can set the minimum and maximum
values for a rangevalidator? When would you use each technique?
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 |
How to store a dataset in a viewstate?
What is the difference between equals() and == in c#?
What does occur first in ASP.Net, Authentication or Authorization?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What are the server control tags in asp.net.?
how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance?
3 Answers Emphasis, Mphasis, TCS,
What are different transaction options?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What events will occur when a page is loaded?
In this case if exception occure in Database which catch block will be exexcuted?
How can we create Tree control in asp.net?
For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)