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
Creating Login using Roles with asp.net configuration in visual studio 2008
Step 1: MSVS2008->File->New->Website(name it login) Step 2: In the Solution Explorer goto icon (ASP.NET Configura...
SevletConfig Interface using JDBC, NetBeans 6.9 and Oracle 10g
Web Container Creates a object for ServletConfig for Each Servlet and we used this object to get configuration information from web.xml...
Client side validation on Radio button,Checkbox and Dropdownlist using JavaScript with JSP
In this Tutorial we are performing client side validation using JavaScript with JSP page. and In this post you can learn that how to perf...
Java Database Connectivity(JDBC) drivers and Steps of Connectivity
JDBC Drivers -JDBC ODBC Bridge Driver -Native API Driver -Network Protocol Driver -Thin Driver 1-JDBC ODBC Bridge Driver Type 1 Dri...
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 Struts2 Iterator tag to get Users Details from List with Oracle 10g XE and Eclipse
In this Tutorial we are retrieving users details from oracle database table USERS which is in TEST schema. We are using Struts2 Iterator t...
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...
How to work with AJAX UpdateProgress and UpdatePanel
In this Tutorial we are working with multiple Image Loading using UpdateProgress and UpdatePanel. We are Showing Loading Images us...
How to retrive data from database table by select tag for dropdownlist using hibernate and struts2 integration in eclipse and oracle
In this Tutorial we are using struts tags for select tag showing data in the form of dropdownlist retrieve from database table Entran...
Woking with enctype="multipart/form-data" and request.getParameter for file upload with jsp,servlet using Eclipse and Apache Tomcat
when we works with enctype="multipart/form-data" many coders faces problem regarding request.getParameter that it is not w...
No comments:
Post a Comment