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 bind data to DorpDownList & TextBox using SqlDataReader
In this tutorial we are setting up values in textbox and dropdownlist corresponding to countryid value. when user enters a countryi...
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 ...
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...
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...
How to use CascadingDropDown with ASP.NET AJAX and Webservice
In this Tutorial we are using AJAX Control Toolkit and Webservice to perform CascadingDropDown.The CascadingDropDown control in the...
How to handle emails in asp.net using Visual Studio
T his is a tutorial about how to handle emails in a easy way using asp.net with C sharp using VS2008 and SMTP(simple mail transfer protoc...
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...
How to work with CascadingDropDown using ASP.NET AJAX ,Webservice and XML Schema with DataSet Classes
In this Tutorial we are using AJAX Control Toolkit , Webservice and XML Schema With DataSet Classes to perform CascadingDropDown.The...
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...
No comments:
Post a Comment