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
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...
Date Time Formats using ComboBox & Windows Forms Application
Step 1: File->New->Project Solution Explorer will looks like: Step 2: form1.cs(Design View) Step 3: fo...
Session Tracking using HttpSession Interface
To recognize particular user we create a session and bind that user with that session object. For every new user, program creates a new...
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 ...
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...
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 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...
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...
Sql Query Tool using Servlet
Project View public interface ResultSetMetaData extends Wrapper An object that can be used to get inform...
RequestDispatcher Interface and SendRedirect() Method
RequestDispatcher Interface public interface RequestDispatcher Defines an object that receives requests from the...
No comments:
Post a Comment