Click here to Skip to main content
15,895,462 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRegular expressions: JavaScript vs. .NET Pin
Shog910-Sep-08 12:21
sitebuilderShog910-Sep-08 12:21 
QuestionHi This is New User in asp.net Pin
jitendra.rajkot9-Sep-08 2:38
jitendra.rajkot9-Sep-08 2:38 
AnswerSounds like homework Pin
David Mujica9-Sep-08 2:58
David Mujica9-Sep-08 2:58 
AnswerRe: Hi This is New User in asp.net Pin
Perspx9-Sep-08 5:46
Perspx9-Sep-08 5:46 
AnswerRe: Hi This is New User in asp.net Pin
Ashfield10-Sep-08 3:45
Ashfield10-Sep-08 3:45 
Questionjavascript to validate textbox Pin
kishorg19-Sep-08 0:28
kishorg19-Sep-08 0:28 
AnswerRe: javascript to validate textbox Pin
Manas Bhardwaj9-Sep-08 0:40
professionalManas Bhardwaj9-Sep-08 0:40 
GeneralRe: javascript to validate textbox Pin
kishorg19-Sep-08 0:49
kishorg19-Sep-08 0:49 
on click of button i want to validate text box for string
means user must have to enter only string
textbox name is comment
so how i will validate
i try to write but thts not working
function check()
{
debugger;
var s1=document.getElementById("TextBox1");
var s=s1.value;
if(IsNumeric(s))
{
alert("Numeric characters are not allowed");
}
}

not support IsNumeric function
GeneralRe: javascript to validate textbox Pin
Manas Bhardwaj9-Sep-08 0:57
professionalManas Bhardwaj9-Sep-08 0:57 
GeneralRe: javascript to validate textbox Pin
kishorg19-Sep-08 1:39
kishorg19-Sep-08 1:39 
GeneralRe: javascript to validate textbox Pin
Learning IT21-Sep-08 21:30
Learning IT21-Sep-08 21:30 
QuestionSmall web server Pin
fat_boy8-Sep-08 23:50
fat_boy8-Sep-08 23:50 
AnswerRe: Small web server Pin
User 17164929-Sep-08 3:24
professionalUser 17164929-Sep-08 3:24 
GeneralRe: Small web server Pin
fat_boy9-Sep-08 20:38
fat_boy9-Sep-08 20:38 
GeneralRe: Small web server Pin
User 17164929-Sep-08 23:43
professionalUser 17164929-Sep-08 23:43 
GeneralRe: Small web server Pin
fat_boy10-Sep-08 0:35
fat_boy10-Sep-08 0:35 
GeneralRe: Small web server Pin
User 171649210-Sep-08 1:09
professionalUser 171649210-Sep-08 1:09 
GeneralRe: Small web server Pin
fat_boy10-Sep-08 1:16
fat_boy10-Sep-08 1:16 
GeneralRe: Small web server Pin
Mark Schumann17-Sep-08 5:01
Mark Schumann17-Sep-08 5:01 
AnswerRe: Small web server Pin
Jörgen Andersson10-Sep-08 10:41
professionalJörgen Andersson10-Sep-08 10:41 
Question"Consuming" a webservice via hyperterminal (or telnet...) Pin
Neophyte308-Sep-08 23:18
Neophyte308-Sep-08 23:18 
AnswerRe: "Consuming" a webservice via hyperterminal (or telnet...) Pin
Johnny ²8-Sep-08 23:24
Johnny ²8-Sep-08 23:24 
GeneralRe: "Consuming" a webservice via hyperterminal (or telnet...) Pin
Neophyte308-Sep-08 23:43
Neophyte308-Sep-08 23:43 
GeneralRe: "Consuming" a webservice via hyperterminal (or telnet...) Pin
Mark Schumann17-Sep-08 5:03
Mark Schumann17-Sep-08 5:03 
QuestionJavascript to find whether user select any checkbox or not, these checkboxes are in repeater. Pin
AtulRane8-Sep-08 5:38
AtulRane8-Sep-08 5:38 

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.