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 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 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 ...
Basic Applet Program
Step 1: Create a java source file with name AppletDemo.java that is name of java class and it is mandatory that classname and filename mu...
Redirect different users to different web pages
This namespace required when the user logs in to the Web site and need to be authenticated for a valid or non-valid user. System....
Applet using html
Step 1: Create a java source file with name AppletDemo.java that is name of java class and it is mandatory that classname and filename mus...
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...
component class methods mouseEnter,mouseExit and action used with applet
Step 1: Create a java source file with name MyButton.java that is name of java class and it is mandatory that classname and filename mu...
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->...
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...
No comments:
Post a Comment