Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how prevent page refresh after insert data in database
iam use from page a Register
after register when user refesh page again insert data in database
how prevent
thanks
Posted
Updated 9-Jun-17 1:49am
Comments
Christian Amado 25-Aug-14 15:35pm    
Using AJAX.

if you want stay in same page after submit data then use the following line after your submit data
XML
Response.Redirect(Request.RawUrl);
 
Share this answer
 
use Update panel ..put put controls in update panel. when u click the update buton(it is inside the update panel) page not submitted.only the panel is submitted...
 
Share this answer
 
I want to stop timer for an exam test using angular js so that he should not get initial time when the test has started. and he also should get exra time
 
Share this answer
 
Comments
Richard Deeming 9-Jun-17 12:17pm    
If you want to ask a question, then ASK A QUESTION[^].

DO NOT post your question as a "solution" to someone else's question!

And you're going to need to provide a hell of a lot more information that you have done here if you want anyone to help you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900