How to refersh an asp page on a single click of a button.
Answer Posted / sanjay
<script>
function refresh()
{
window.location.reload();
}
</script>
<button onclick='refresh();'>Refresh the page once</button>
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Define "virtual directory"?
What is hidden field?
Name the event handlers of application object?
What are the asp objects?
How to refresh an asp page on a single click of a button?
What are the components of asp?
define the functionality of web server in context to Active server page.
What is the use of global.asax?
Is asp better than php?
Define a class in css?
Which is an advantage of application service providers (asps)?
What does aspx stand for?
Explain the different types of session state management options available with asp.net?
What is application object in asp?
i want question papers of ASP