Click here to Skip to main content
15,900,706 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: need help with my asp.net2 - javascipt Pin
Psycho-*Coder*-Extreme1-May-07 16:57
Psycho-*Coder*-Extreme1-May-07 16:57 
GeneralRe: need help with my asp.net2 - javascipt Pin
neodeaths1-May-07 18:09
neodeaths1-May-07 18:09 
GeneralRe: need help with my asp.net2 - javascipt Pin
Psycho-*Coder*-Extreme1-May-07 18:18
Psycho-*Coder*-Extreme1-May-07 18:18 
GeneralRe: need help with my asp.net2 - javascipt Pin
neodeaths1-May-07 18:23
neodeaths1-May-07 18:23 
GeneralRe: need help with my asp.net2 - javascipt Pin
Guffa1-May-07 21:20
Guffa1-May-07 21:20 
AnswerRe: need help with my asp.net2 - javascipt Pin
Spunky Coder1-May-07 19:46
Spunky Coder1-May-07 19:46 
AnswerRe: need help with my asp.net2 - javascipt Pin
Guffa1-May-07 21:23
Guffa1-May-07 21:23 
Questionfield validation in content pages Pin
hahii1-May-07 13:32
hahii1-May-07 13:32 
Hi,

I have a content page and I have textboxes for name, address, phoneNumber, email address.

But how can i use the following javascript for form validation because in contentpage there
is no html head and body section.


function FormValidate()
{
if(this.txtPhone.value.search(/\d{3}\-\d{3}\-\d{4}/)==-1)
{
alert("The phone number you entered is not valid.\r\nPlease enter a phone number with the format xxx-xxx-xxxx.");
return false;
}
}

AnswerRe: field validation in content pages Pin
firozu3-May-07 1:26
firozu3-May-07 1:26 
Questionhow can I modify the content of a contentplaceholder Pin
rom901251-May-07 11:09
rom901251-May-07 11:09 
AnswerRe: Link within a Textbox Pin
StianSandberg1-May-07 10:34
StianSandberg1-May-07 10:34 
GeneralRe: Link within a Textbox Pin
Ibuprofen1-May-07 11:52
Ibuprofen1-May-07 11:52 
QuestionSecurity Exception Pin
deepaks31-May-07 8:37
deepaks31-May-07 8:37 
AnswerRe: Security Exception Pin
CharlyBrownx31-May-07 9:11
CharlyBrownx31-May-07 9:11 
GeneralRe: Security Exception Pin
deepaks32-May-07 8:49
deepaks32-May-07 8:49 
QuestionMaster Pages Pin
hahii1-May-07 8:18
hahii1-May-07 8:18 
QuestionProblem in using timer control in asp.net Pin
RohitRajPokhrel1-May-07 8:04
RohitRajPokhrel1-May-07 8:04 
AnswerRe: Problem in using timer control in asp.net Pin
CharlyBrownx31-May-07 9:16
CharlyBrownx31-May-07 9:16 
GeneralRe: Problem in using timer control in asp.net Pin
RohitRajPokhrel2-May-07 9:00
RohitRajPokhrel2-May-07 9:00 
QuestionItems in a RadioButtonList Pin
donkur1-May-07 7:34
donkur1-May-07 7:34 
AnswerRe: Items in a RadioButtonList Pin
Ibuprofen1-May-07 8:40
Ibuprofen1-May-07 8:40 
GeneralRe: Items in a RadioButtonList [modified] Pin
donkur1-May-07 8:59
donkur1-May-07 8:59 
GeneralRe: Items in a RadioButtonList Pin
Ibuprofen1-May-07 9:17
Ibuprofen1-May-07 9:17 
GeneralRe: Items in a RadioButtonList Pin
donkur1-May-07 9:23
donkur1-May-07 9:23 
GeneralRe: Items in a RadioButtonList Pin
Ibuprofen1-May-07 9:46
Ibuprofen1-May-07 9:46 

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.