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 CascadingDropDown with ASP.NET AJAX and Webservice
In this Tutorial we are using AJAX Control Toolkit and Webservice to perform CascadingDropDown.The CascadingDropDown control in the...
CrossPagePostBack in ASP.NET and C#
In This Tutorial we are performing CrossPagePostBack which submits one page(Page1-default.aspx) controls to another page( Page2-Cros...
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...
How to use ListSearchExtender on ListBox and DropDownList with AjaxControlToolkit
In this Tutorial we are performing Search for the Items available in ListBox and DropDownList by typing. The extender performs an i...
How to Change/Customize/Handle Page specific Title of a page in Blogger
When you visits any page of your blog you can see that page Title remains same on every page that is the Title of your Blog which is defau...
Session Tracking using Hidden Forms Field
Project View Hidden fields are not visible to user on browser so we can hide data that we invoke from previous page using getParame...
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...
AjaxControlToolkit
To download this toolkit go to following website link: http://ajaxcontroltoolkit.codeplex.com/releases/view/74023 you can a...
Login Using Struts2 and Eclipse
In this Tutorial we are performing login using equals() method. Project View After Completion For Details Read How to se...
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