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 Block or Remove and Unblock Follower from your Google's Blog
When you block a follower of your blog, the user will no longer appear in the Followers Gadget on your blog and will not see your blog in ...
How to use simple CascadingDropDown with Database without ASP.NET AJAX and Webservice
In this tutorial we are performing CascadingDropDown without ASP.NET AJAX and Webservice. We are retrieving values of country and cit...
SevletConfig Interface using JDBC, NetBeans 6.9 and Oracle 10g
Web Container Creates a object for ServletConfig for Each Servlet and we used this object to get configuration information from web.xml...
Session Tracking using Cookies
Http is a stateless protocol so that it can't maintain user's state or can't recognize that request is coming from same us...
How to Search and Replace Text in eclipse IDE with Search and Replace Option
whenever we have to replace large amount of similar text then its takes so much our precious time to replace it manually(one by one) that...
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...
Session Tracking using SessionAware Interface with Struts2, Oracle Database and Eclipse IDE
In this Tutorial we are performing Session Tracking using SessionAware Interface and this interface is used by actions that want to access...
How to open Netbeans project in Eclipse
If you just want to open and see your netbeans project in eclipse then following is very simple and easy way. Step 1: Go to Eclipse W...
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 bind data to Grid View using SqlDataReader
In this tutorial we are setting up values in Grid with SqlDataReader. Where this class provides a way of reading a forward-only st...
No comments:
Post a Comment