Menubar
Home
Asp.net
Email
Data Validation
Roles
File Upload
CrossPagePostback
DB Access to Grid
DB Access to DDL
DB Access to TextBox
Simple Calendar
CascadingDropdown w/o Ajax
Ajax
AsyncFileupload
ListSearchExtender
UpdateProgress
CalendarExtender
CascadingDropdown Method1
CascadingDropdown Method2
Blogging
Tips & Tricks
Servlet
Servlet Interface
HttpServlet
GenericServlet
ServletConfig
ServletContext
RequestDispatcher
SendRedirect
Session Tracking
Exam Results
Free dll-Files
Akon Lyrics
Only JAVA
English Grammar
Top 100 Free Proxy Sites
Computer Viruses
Tuesday, June 7, 2011
Regular Expression for Mobile Numbers
For indian phone no.:
(^[6-9]{1}[0-9]{9}$)
this is for phone nos. that start with 6,7,8,9 and other nine digits can be 0 to 9.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Error Project facet Java version 1.7 is not supported in eclipse
It can be that java 1.7 is not installed in your system then you can use java version that is already installed in your system. Fol...
How to bind data to DorpDownList & TextBox using SqlDataReader
In this tutorial we are setting up values in textbox and dropdownlist corresponding to countryid value. when user enters a countryi...
Hibernate Struts Integration using Eclipse,Oracle and Hibernate Annotations
In this Tutorial we are creating database ta ble and inserting data into that table using Jsp page, Hibernate and Struts Framework In...
How to use simple ASP.NET FileUpload with RegularExpressionValidator and ValidationSummary
In this tutorial we are performing uploading of file task which has become so simple with ASP.NET FileUpload control and here we a...
How to compare, select and bind data from Database Table into DropDownList & TextBox using SqlDataAdapter and DataSet
In this tutorial we are setting up values in textbox and dropdownlist corresponding to countryid value. when user enters a countryid ...
How to set Popular Post widget as a home page for your blog
If Popular Post widget is already added by you into your blog then go to Layout and Remove it.Then go for the following Steps. Step 1: ...
How to Add & Remove Apache Tomcat and Creating New Server Instance/Wizard in Eclipse
Firstly you need to Download whatever version of Apache Tomcat you want to install. Three Latest version's (6.0,7.0 & 8.0) download...
How to use ListSearchExtender on ListBox and DropDownList with AjaxControlToolkit
In this Tutorial we are performing Search for the Items available in ListBox and DropDownList by typing. The extender performs an i...
Foreign Key constraints using Visual Studio with SQL Server Database
Step 1: File ->New->Website Step 2: In Solution Explorer Right click over App_data folder and click on add item and add Sql...
AJAX validation using Struts2 Framework and XML file with Eclipse Indigo
In this tutorial we are performing Server Side Validation using AJAX validation which will lead to the page to show validation errors with...
No comments:
Post a Comment