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 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 ...
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...
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...
Basic Login Program using JSP and GenericSevlet class
To see Steps of Creating First Project Click here Step 1: In Projects Window double click on index.jsp file present in Web Pages Fo...
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...
Before programming
What we have to do first before going to start web development using ASP.NET, There is a tool provided by Microsoft named Visual Studio tha...
Session Tracking
Http is a stateless protocol so that it can't maintain user's state or can't recognize that request is coming from same user to...
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 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...
Basic Program using HttpServlet Class
Step 1: Projects Window After Adding Servlet Page in Source Package To see How we reach here Click here to see Previous Post Step...
No comments:
Post a Comment