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 |
Name the validation control available in asp.net ?
Can you use c# without .net?
What should you do is you want to remove an existing component but would like to make some funtionalities?
COM+ Used ________________ Isolation Level
Explain different types of validators in asp.net?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Features in ASP.NET ?
Explain what a diffgram is, and a good use for one?
Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and passwords). Which one is trusted and which one is untrusted?
what are partial classes and their use?
Name two properties common in every validation control?
Difference between viewstate, cache, session
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)