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 |
Explain login control and form authentication.
Should user input data validation occur server-side or client-side? Why?
3 Answers NIC, Siebel Systems,
What is the meaning of TestApi?
What is %20 in a url?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is meant by web application?
can we call webservice in Html form?
1 Answers Bank Of America, BirlaSoft, Microsoft,
What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?
Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?
Is it right that ASP.NET Web API has replaced WCF?
How do you create a permanent cookie?
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)