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
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 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 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 ...
Hibernate mappedBy and ManyToMany Mapping with Annotations
Project View After Completion Hibernate Environment Setting R i ght click o ver project on Project Explore r and goto properties->...
Asp.net email for Account Verification
VS2008->File->New->WebSite After this you have default.aspx page shown in solution explorer, rename it to register.a...
How to Remove Navbar from Your Blog by using 3 different easy ways
Method 1: Step 1: goto Layout of your Blog and click on Edit of Navbar present on right upper corner. Step 2: on pop up window tha...
Basic Hibernate Application with Annotations
Hibernate is Object Relational mapping (ORM) tool which is open source and distributed under the GNU Lesser General Public License. ...
Asp.net Email to Recover or Reset Password
RecoverPassword.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="RecoverPassword.aspx.cs...
How to make or divide header of Blog into two parts and fill the space with AdSense Ads
As you will see while we make a search on Internet that most of Blogger want to put their AdSense Ads on the top of their Blogs. So here w...
No comments:
Post a Comment