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
Store and Retrieve Numeric, Alphanumeric and Blob (Image) data with Struts2, Oracle 10g XE and Eclipse Indigo as IDE
In This Tutorial mainly our concern is to make you learn storing and also retrieving Image (Blob data) using Struts2, Oracle 10g and Eclips...
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...
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...
How to handle emails in asp.net using Visual Studio
T his is a tutorial about how to handle emails in a easy way using asp.net with C sharp using VS2008 and SMTP(simple mail transfer protoc...
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...
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 Insert data into Database Tables Using TextBox and Sql Command
In this Tutorial you can easily copy code and learn that how one can insert text data into database table using a Textbox and Button. ...
Unlock Database User Account in Oracle 10g XE using SQL Command Line
Following are the Steps that how we can unlock any Database User Account(eg. HR). Before Unlocking any user account that user must be in t...
Simple calculator using Java Applet and Event Handling
You can see all event methods in java.awt.Event class and java.awt.event.ActionListener is an Interface that includes method named actionP...
How to use radio button with Servlet in Eclipse or NetBeans
If you have any problem that how we can get radio button value using servlet then you can easily solve out this problem by below example o...
No comments:
Post a Comment