How does the regular expression validator work? What are two
situations when you might want to use one?
Answers were Sorted based on User's Feedback
Answer / saranya
it is used to validate the standard format like date and
email
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pallavi
E-mail: <asp:textbox id="textbox1" runat="server"/>
<asp:RegularExpressionValidator id="valRegEx" runat="server"
ControlToValidate="textbox1"
ValidationExpression=".*@.*"
ErrorMessage="* Your entry is not a valid e-mail address."
display="dynamic">*
</asp:RegularExpressionValidator>
| Is This Answer Correct ? | 1 Yes | 0 No |
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Explain the concept of MVC Scaffolding?
when using windows API in .net then it is managed code or Unmanaged code?
What is the postback property in asp.net?
Which institute provide good Project training on .Net technologies in hyd?
Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version
What is asp.net web application?
What is the use of execute non query in asp.net?
What is Web Application?
what is the requirement that .Net web services can access the java application?
How many Garbage Collectors are there for one Application or one Page
Any disadvantages in Dataset and in reflection ?
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)