How to refersh an asp page on a single click of a button.
Answers were Sorted based on User's Feedback
Answer / sanjay
<script>
function refresh()
{
window.location.reload();
}
</script>
<button onclick='refresh();'>Refresh the page once</button>
| Is This Answer Correct ? | 10 Yes | 0 No |
What is Session Object?
Who is asp in police?
What is difference between asp and php?
Define server object?
How can we do validation of the fields in a project?
How do I change a aspx file to a pdf?
Define application-scope?
What are the methods in session object in asp?
What is a Web Server?
Explain how to handle error in asp?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
How do you initialize a two-dimensional array that you don't know the dimensions of?