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
How to upload Multiple Files- Images (blob data) with enctype="multipart/form-data" in Oracle Database using Struts2, JDBC and Eclipse IDE
In this tutorial we are working with multiple images (blob data type) uploading with other two values as file id and name (these two values...
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 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...
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 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 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...
Pen drive showing empty even data exists inside it
Problem : Pen drive has data but it is showing empty. Solution : Sometimes data remain hidden so make sure files are not in hidden mode. ...
Validation using Struts2 Framework and XML file with Eclipse Indigo
In this Tutorial we are performing server side validation using Struts2 framework on various fields eg. name,email etc. Projec...
How to Change/Customize/Handle Page specific Title of a page in Blogger
When you visits any page of your blog you can see that page Title remains same on every page that is the Title of your Blog which is defau...
Hibernate one-to-many Mapping with Hibernate Mapping (hbm.xml) file
Project View After Completion Hibernate Environment Setting R i ght click o ver project on Project Explore r and goto properties->...
No comments:
Post a Comment