Click here to Skip to main content
15,917,968 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Error during Deletion of file in Server Pin
kubben26-Jun-07 2:40
kubben26-Jun-07 2:40 
GeneralRe: Error during Deletion of file in Server Pin
dhulipudi26-Jun-07 2:54
dhulipudi26-Jun-07 2:54 
AnswerRe: Error during Deletion of file in Server Pin
Vasudevan Deepak Kumar26-Jun-07 2:29
Vasudevan Deepak Kumar26-Jun-07 2:29 
Questionvalidation Pin
A kamath26-Jun-07 0:54
A kamath26-Jun-07 0:54 
AnswerRe: validation Pin
SHatchard26-Jun-07 1:04
SHatchard26-Jun-07 1:04 
GeneralRe: validation Pin
A kamath26-Jun-07 1:24
A kamath26-Jun-07 1:24 
AnswerRe: validation Pin
RepliCrux26-Jun-07 1:04
RepliCrux26-Jun-07 1:04 
AnswerRe: validation Pin
Sathesh Sakthivel26-Jun-07 1:53
Sathesh Sakthivel26-Jun-07 1:53 
Here is your code for Validation of Phone Number, with asp:regularexpressionvalidator


<%@ Page Language=VB Debug=true %>


<title>Validating a Phone Number with a RegularExpressionValidator Control





Please enter your phone number:

<asp:textbox
="" id="txtPhoneNumber" runat="server">
<asp:regularexpressionvalidator
="" id="regZipCode" controltovalidate="txtPhoneNumber" validationexpression="\\d{4}\-\d{3}\-\d{3}" display="Dynamic" font-name="Arial" font-size="11" runat="server
">
You must enter a phone number in the form of 9999-999-999.




<asp:button
="" id="butOK" text="OK" type="Submit" runat="server">






Regards,

Satips.Rose | [Rose]

GeneralRe: validation Pin
A kamath26-Jun-07 1:39
A kamath26-Jun-07 1:39 
GeneralRe: validation Pin
A kamath26-Jun-07 1:58
A kamath26-Jun-07 1:58 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 2:04
Sathesh Sakthivel26-Jun-07 2:04 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 2:05
Sathesh Sakthivel26-Jun-07 2:05 
GeneralRe: validation Pin
A kamath26-Jun-07 3:48
A kamath26-Jun-07 3:48 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 4:21
Sathesh Sakthivel26-Jun-07 4:21 
GeneralRe: validation Pin
A kamath26-Jun-07 4:56
A kamath26-Jun-07 4:56 
GeneralRe: validation Pin
Sathesh Sakthivel26-Jun-07 18:12
Sathesh Sakthivel26-Jun-07 18:12 
QuestionActive Directory Pin
Jayesh Talsaniya26-Jun-07 0:21
Jayesh Talsaniya26-Jun-07 0:21 
QuestionSession asp.net Pin
AnhTin25-Jun-07 23:24
AnhTin25-Jun-07 23:24 
AnswerRe: Session asp.net Pin
Fred_Smith25-Jun-07 23:50
Fred_Smith25-Jun-07 23:50 
GeneralRe: Session asp.net Pin
AnhTin26-Jun-07 15:44
AnhTin26-Jun-07 15:44 
GeneralRe: Session asp.net Pin
Fred_Smith26-Jun-07 21:55
Fred_Smith26-Jun-07 21:55 
AnswerRe: Session asp.net Pin
Manas Bhardwaj26-Jun-07 0:14
professionalManas Bhardwaj26-Jun-07 0:14 
AnswerRe: Session asp.net Pin
Sandeep Akhare26-Jun-07 1:21
Sandeep Akhare26-Jun-07 1:21 
AnswerRe: Session asp.net Pin
Vasudevan Deepak Kumar26-Jun-07 1:37
Vasudevan Deepak Kumar26-Jun-07 1:37 
QuestionGrid View Column Pin
Senseicads25-Jun-07 23:17
Senseicads25-Jun-07 23:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.