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
Basic Program using HttpServlet Class
Step 1: Projects Window After Adding Servlet Page in Source Package To see How we reach here Click here to see Previous Post Step...
Session Tracking
Http is a stateless protocol so that it can't maintain user's state or can't recognize that request is coming from same user to...
How to Set Hibernate Environment for Eclipse with Oracle 10g Express Edition
Hibernate is Object Relational mapping (ORM) tool which is open source and distributed under the GNU Lesser General Public License. It...
How to create first jsp project using Eclipse IDE and Apache Tomcat server
In this tutorial we are creating our first jsp project with the help of Eclipse IDE. Step 1: Go to File -> New -> Dynamic Web Pro...
How to work with Calendar without using ASP.NET AJAX
In this Tutorial we are working with calendar, Textbox and ImageButton control and we are using the SelectedDate property to determi...
Login Using Struts2 and Eclipse
In this Tutorial we are performing login using equals() method. Project View After Completion For Details Read How to se...
How to use CascadingDropDown with ASP.NET AJAX and Webservice
In this Tutorial we are using AJAX Control Toolkit and Webservice to perform CascadingDropDown.The CascadingDropDown control in the...
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 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...
How to work with AsyncFileUpload using ASP.NET AJAX
In This Tutorial We are using AsyncFileUpload of AJAX Control Toolkit which is an ASP.NET AJAX Control that allows you asynchronousl...
No comments:
Post a Comment