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
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". ...
Basic Program using HttpServlet Class
Step 1: Projects Window After Adding Servlet Page in Source Package To see How we reach here Click here to see Previous Post Step...
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
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 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...
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...
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...
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...
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...
No comments:
Post a Comment