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 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 ...
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...
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 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...
How to bind data to Grid View using SqlDataReader
In this tutorial we are setting up values in Grid with SqlDataReader. Where this class provides a way of reading a forward-only st...
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 ...
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...
Java Database Connectivity(JDBC) using Oracle 10g XE
Step 1: Install Oracle on Your PC and Give classpath for Oracle Jar Files GoTo Computer->System Properties->Advanced->En...
Hibernate one-to-one Mapping with Hibernate Mapping (hbm.xml) file
Project View After Completion Hibernate Environment Setting R i ght click o ver project on Project Explore r and goto properties...
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...
No comments:
Post a Comment