Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncustom AjaxEditorControl Pin
jitendrafaye23-May-10 18:35
jitendrafaye23-May-10 18:35 
AnswerRe: custom AjaxEditorControl Pin
barby.barby21-Feb-11 19:49
barby.barby21-Feb-11 19:49 
QuestionDynamic Table Row creation Pin
dwadasi23-May-10 18:29
dwadasi23-May-10 18:29 
AnswerRe: Dynamic Table Row creation Pin
Viral Upadhyay23-May-10 18:43
Viral Upadhyay23-May-10 18:43 
GeneralRe: Dynamic Table Row creation Pin
Dalek Dave23-May-10 23:30
professionalDalek Dave23-May-10 23:30 
GeneralRe: Dynamic Table Row creation Pin
Viral Upadhyay23-May-10 23:55
Viral Upadhyay23-May-10 23:55 
Questionjava script function call don't stop. Pin
buffering8323-May-10 16:46
buffering8323-May-10 16:46 
AnswerRe: java script function call don't stop. Pin
Not Active23-May-10 18:08
mentorNot Active23-May-10 18:08 
Of course it is, you're telling it to.

<script type="text/javascript"> jungJava(); </script>


This is going to run every time the page loads. Then your script submits the form which causes it to reload, which causes the script run, which submits the form, which cause to reload, which causes...see how it goes?

If you want to happen once then trigger it with an event, such a button click.

Also, notice how the code snippet here is formatted? Use it next time

I know the language. I've read a book. - _Madmatt

Questiontransaction stoppage or resume Pin
netsooz (Amir Hamidi)23-May-10 5:30
netsooz (Amir Hamidi)23-May-10 5:30 
AnswerRe: transaction stoppage or resume [modified] Pin
Blue_Boy23-May-10 11:57
Blue_Boy23-May-10 11:57 
QuestionOnline Exam System Pin
Feras Mazen Taleb23-May-10 4:34
Feras Mazen Taleb23-May-10 4:34 
AnswerRe: Online Exam System Pin
Blue_Boy23-May-10 12:05
Blue_Boy23-May-10 12:05 
GeneralRe: Online Exam System Pin
Feras Mazen Taleb23-May-10 16:33
Feras Mazen Taleb23-May-10 16:33 
QuestionClient Side Drop Down Pin
JC.KaNNaN23-May-10 3:58
JC.KaNNaN23-May-10 3:58 
AnswerRe: Client Side Drop Down [modified] Pin
daveyerwin23-May-10 5:57
daveyerwin23-May-10 5:57 
GeneralRe: Client Side Drop Down Pin
JC.KaNNaN24-May-10 7:16
JC.KaNNaN24-May-10 7:16 
QuestionDisplay Images dynamically at runtime from a web site Pin
Eagle3223-May-10 1:39
Eagle3223-May-10 1:39 
AnswerRe: Display Images dynamically at runtime from a web site Pin
Not Active23-May-10 3:34
mentorNot Active23-May-10 3:34 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Eagle3223-May-10 6:36
Eagle3223-May-10 6:36 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Not Active23-May-10 7:39
mentorNot Active23-May-10 7:39 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Eagle3223-May-10 12:43
Eagle3223-May-10 12:43 
QuestionHOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE [modified] Pin
ihbos22-May-10 20:32
ihbos22-May-10 20:32 
AnswerRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
Not Active23-May-10 3:30
mentorNot Active23-May-10 3:30 
GeneralRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
ihbos23-May-10 8:23
ihbos23-May-10 8:23 
GeneralRe: HOW TO INSERT DATA FROM A TABLE IN my ASP page TO SQL SERVER DATABASE Pin
Not Active23-May-10 8:32
mentorNot Active23-May-10 8:32 

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.