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
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...
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...
Principles of Marketing : Multiple Choice with Questions and their Answers
Which of the following is NOT a typical supply chain member? A) resellers B) customers C) intermediaries D) government agencies E)...
Session Tracking
Http is a stateless protocol so that it can't maintain user's state or can't recognize that request is coming from same user to...
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 ...
Login using applet class and ActionListener interface
You can see all event methods in java.awt.Event class and java.awt.event.ActionListener is an Interface that includes method named act...
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...
Microsoft JScript runtime error: Out of stack space during Cascading DropdownList in asp.net
when you see this error then please check again your java script code because this is a JavaScript error, and it's usually ha...
How to Export and Import commands works for Oracle 10g XE
Following are the commands for performing Export and Import a backup file form one system to another by using command prompt. Here we a...
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...
No comments:
Post a Comment