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
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 Create a Web Application using NetBeans and Apache Tomcat Server
Currently I am working on NetBeans 6.9 and using Apache Tomcat 6.0 server. Following are the steps that how to work with NetBeans 6...
Using Loops
My one friend says that if u know one technical language its means u have cleared a concept of every language. so if u know C++ you also kno...
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...
Asp.net email for Account Verification
VS2008->File->New->WebSite After this you have default.aspx page shown in solution explorer, rename it to register.a...
How to show/display Twitter following Button on your blog
Step 1: Open your twitter account and go to following link: http://twitter.com/about/resources/buttons#follow sel...
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...
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...
How to work with AsyncFileUpload using ASP.NET AJAX
In This Tutorial We are using AsyncFileUpload of AJAX Control Toolkit which is an ASP.NET AJAX Control that allows you asynchronousl...
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...
No comments:
Post a Comment