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
Date Time Formats using ComboBox & Windows Forms Application
Step 1: File->New->Project Solution Explorer will looks like: Step 2: form1.cs(Design View) Step 3: fo...
How to Remove/Manage "Powered by Blogger" Attribution Widget/Gadget from your Blog using Template edit html
Step 1: Go to your blog's Template and click on edit html. Step 2: Search following code in your blog code and to make your se...
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...
Applet lifecycle
Step 1: Class a=Class.forName("AppletDemo"); Step 2:Instantiate the class Applet a1=(Applet)a.newInstance(); Step 3:Call ini...
How to display Google Adsense code between blog posts
Step 1: Login to Your Google Adsense Account by click here Step 2: Click on Try new Adsense Interface on right upper corner(if ...
How to Create a Web Application using NetBeans and Apache Tomcat Server
Currently I am working on NetBeans 6.9 and using Apache Tomcat 6.0 server. Following are the steps that how to work with NetBeans 6...
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...
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 Add or Remove (Stop Following) blog(s) from your Blogger's Reading List
With the Blogger Reading List, you can read all of the latest posts from your favorite blogs right on your Blogger Dashboard. You can add...
No comments:
Post a Comment