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 |
i learnt .net and would like to know if there is any institute in hyderabad that gives real time knowledge.i worked on testing and planning to move on to .net putting same amount of experience in .net.kindly suggest me the institute and other details.
What is application object in asp?
What is asp and its features?
What is caching in asp?
Define common type system (cts)?
Name the methods in session object?
What purpose is served by the application.lock method?
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
What are the scripting objects in asp?
What is the difference between Querystring collection and Form collection?
What is Extranet?
Name the two properties which are common in every validation control?