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
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...
Session Tracking using URL Rewriting
Project View After Completion Create login table and insert data into login table using insert command and here we are using Oracle...
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...
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...
Servlet Interface
Servlet used for dynamic web development and Two packag e belong to it are following: javax.servlet javax.servlet.http Defines me...
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...
Store and Retrieve Numeric, Alphanumeric and Blob (Image) data with Struts2, Oracle 10g XE and Eclipse Indigo as IDE
In This Tutorial mainly our concern is to make you learn storing and also retrieving Image (Blob data) using Struts2, Oracle 10g and Eclips...
Sql Query Tool using Servlet
Project View public interface ResultSetMetaData extends Wrapper An object that can be used to get inform...
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 open already existed Project in Eclipse
1:File->Import 2: General->Existing Projects into Workspace Click Next 3: Select a directory to search for existing Eclipse p...
No comments:
Post a Comment