Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How does the regular expression validator work? What are two
situations when you might want to use one?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List of words of preprocessor in .net?

991


What does occur first in ASP.Net, Authentication or Authorization?

1087


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

1069


What is the advantage of using Windows authentication in a Web application?

1155


What is the syntax for datagrid and specifying columns?

2619


What are the merits and demerits of viewstate?

1085


What is Partial PostBack in ASP.NET?

1093


Describe a Windows Service and its lifecycle ?

1209


What is considered a service provider?

994


IN an ASP.NET Web application if there is any error, how can you debug?

1107


What is the use of view state?

999


What is the current version of asp.net?

1067


Does google crawl redirects?

1014


What is difference between viewstate and session state in javascript?

1156


List all templates of the repeater control.

1151