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?

Answers were Sorted based on User's Feedback



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

Answer / saranya

it is used to validate the standard format like date and
email

Is This Answer Correct ?    3 Yes 0 No

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

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

Post New Answer

More ASP.NET Interview Questions

What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

0 Answers  


How many types of cookies are available in asp?

0 Answers  


How to bind all the binding controls in a page at once in ASP.NET?

0 Answers   Viscus Infotech,


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  


What is CLS?

5 Answers   IBM, PrimeLine, TCS,


what is view state

5 Answers   Microsoft, Siebel Systems,


Explain the role of global.asax?

0 Answers  


Does C# support static class?Is Static class be inherited by any class?

2 Answers  


can we place the same DLL in debug folder two times? (without using strong name )

9 Answers   TCS,


Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


How to display validation messages in one control?

0 Answers  


What is data grid view in asp.net?

0 Answers  


Categories