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
Simple calculator using Windows form Application with C# in VS2008
File->new->project the sceenshot given below will be shown and select windows form Appliction snapshot of form that i ...
Action Wildcards with Struts2
When we deal with a bigger Application we have to deal with more Actions.Wildcards can be used to combine similar mappings into one more...
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...
Hibernate OneToOne Mapping with Annotations
Project View After Completion Hibernate Environment Setting R i ght click o ver project on Project Explore r and goto properties...
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...
Sql Default Constraint
When we need to set a Default Value for Particular Column,if user not want to enter a value for that column then we give it to a Default Co...
How to Add and Drop 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 ...
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...
Hibernate mappedBy and ManyToMany Mapping with Annotations
Project View After Completion Hibernate Environment Setting R i ght click o ver project on Project Explore r and goto properties->...
How to make selected menu option active by using css
Lets take an example if we are using jsp for menu and we have four pages and every page is using same menu so we have created a single men...
No comments:
Post a Comment