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 execution of asp page
How do cross-process communication work in the common language runtime?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
What is difference between asp and php?
What is the purpose of application.lock method?
Define a cookies collection?
What is difference between asp and aspx?
How to run FileSystemObject in ASP
In how many ways you can connect to the Database?
What are the properties of session object?
what is WCF?
How to insert the records in a database table by using asp?