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 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 ...
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...
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 upload Multiple Files- Images (blob data) with enctype="multipart/form-data" in Oracle Database using Struts2, JDBC and Eclipse IDE
In this tutorial we are working with multiple images (blob data type) uploading with other two values as file id and name (these two values...
How to use Foreign Key and other Constraint in Oracle 10g XE
Foreign key is a non-key attribute which depends on a Primary key column of another table. Here in below given example in table ...
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". ...
How to select data from Database Table into DropDownList with SqlDataAdapter and DataSet
In this Tutorial we are setting up values from database table to dropdownlist present on aspx page using SqlDataAdapter and DataSet. ...
How to show/display your created facebook page's like button on your blog or Website
Step 1: Firstly create a page on facebook using this link: http://www.facebook.com/pages/create.php Step 2: After creating your Face...
Event handling using applet class and FocusListener interface
You can see all event methods in java.awt.Event class and java.awt.event.FocusListener is an Interface that includes methods named foc...
Foreign Key constraints using Visual Studio with SQL Server Database
Step 1: File ->New->Website Step 2: In Solution Explorer Right click over App_data folder and click on add item and add Sql...
No comments:
Post a Comment