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 work with Calendar without using ASP.NET AJAX
In this Tutorial we are working with calendar, Textbox and ImageButton control and we are using the SelectedDate property to determi...
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...
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 ...
Simple struts2 program using Eclipse
Project View After Completion For More Details Read How to set Struts2 Environment index.jsp This is page for user's input ...
Error Project facet Java version 1.7 is not supported in eclipse
It can be that java 1.7 is not installed in your system then you can use java version that is already installed in your system. Fol...
How to Add & Remove Apache Tomcat and Creating New Server Instance/Wizard in Eclipse
Firstly you need to Download whatever version of Apache Tomcat you want to install. Three Latest version's (6.0,7.0 & 8.0) download...
Event handling using applet class and ActionListener interface
You can see all event methods in java.awt.Event class and java.awt.event.ActionListener is an Interface that includes method named act...
Woking with enctype="multipart/form-data" and request.getParameter for file upload with jsp,servlet using Eclipse and Apache Tomcat
when we works with enctype="multipart/form-data" many coders faces problem regarding request.getParameter that it is not w...
How to use CalendarExtender with ASP.NET AJAX Control Toolkit
In this Tutorial we are using AJAX Control Toolkit to link CalendarExtender to a Textbox to pick a date and that date will captured ...
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 ...
No comments:
Post a Comment