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
Can I use com objects from a .net framework program?
What happens to asp pages?
What is the common language specification (cls)?
Define microsoft intermediate language (msil)?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
What is the work of asp?
what is STLC in Testing
Explain the tasks performed by <> tags?
Explain the difference between client-side script and server-side script?
Explain the difference between querystring collection and form collection?
Speaking of boolean data types, whats different between c# and /c++?
Resource Files: How to use the resource files, how to know which language to use?
How to display images using response object?
What is application object in asp?
What is the microsoft intermediate language (msil)?