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
CrossPagePostBack in ASP.NET and C#
In This Tutorial we are performing CrossPagePostBack which submits one page(Page1-default.aspx) controls to another page( Page2-Cros...
Unlock Database User account and also Alter User's Privileges in Oracle 10g XE using GUI
Step 1: (for Windows) Click on Start-> All programs-> Oracle 10g Express Edition click on "Go To Database Home Page". ...
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...
Login Using Struts2 and Eclipse
In this Tutorial we are performing login using equals() method. Project View After Completion For Details Read How to se...
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...
How to Set Hibernate Environment for Eclipse with Oracle 10g Express Edition
Hibernate is Object Relational mapping (ORM) tool which is open source and distributed under the GNU Lesser General Public License. It...
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...
RequestDispatcher Interface and SendRedirect() Method
RequestDispatcher Interface public interface RequestDispatcher Defines an object that receives requests from the...
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...
How to use simple ASP.NET FileUpload with RegularExpressionValidator and ValidationSummary
In this tutorial we are performing uploading of file task which has become so simple with ASP.NET FileUpload control and here we a...
No comments:
Post a Comment