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 the difference between Cookies collection and Form/Querystring collection?
Define response object?
What is the difference between post and get method.
What is the difference between client-side script and server-side script?
Explain the post & get method?
What are shared assemblies?
What is the difference between server-side validation and client-side validation?
how show video in own page.
Why do we use asp?
What is the difference between cshtml and aspx?
How to determine if a visitor has cookies support enabled in his/her browser?
What are the attributes of the tags? What are their functions?