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
Communicating Customer Value: Integrated Marketing Communication Strategy - multiple choice Ques and Ans - Part 1
1) A company's total marketing communications mix consists of a special blend of advertising, sales promotion, public relations, person...
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...
Redirect different users to different web pages
This namespace required when the user logs in to the Web site and need to be authenticated for a valid or non-valid user. System....
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 ...
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...
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...
How to make or divide header of Blog into two parts and fill the space with AdSense Ads
As you will see while we make a search on Internet that most of Blogger want to put their AdSense Ads on the top of their Blogs. So here w...
Hiding/ Removing/ Reducing space above blogger header or logo
If you have already gone through removing Navbar space from blogger than you will be able to see some extra space left above header which...
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...
Servlet Interface
Servlet used for dynamic web development and Two packag e belong to it are following: javax.servlet javax.servlet.http Defines me...
No comments:
Post a Comment