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 |
What is latest version of asp.net mvc? : Asp.Net MVC
How many types of session in ASP.NET
What is in a session cookie?
Can you store dataset in viewstate?
I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh
What event fired during, when datagrid click?
Is object a value type or referenced type?
What is a user session?
What are the intrinsic objects present in ASP.NET
What is asp.net architecture?
Does asp.net still recognize the global.asa file?
Which dll handles the request of .aspx page?
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)