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 server control
Define file system object object?
What is a form collection in asp?
What is asp software?
What is an .asp file?
How many types of cookies?
Where we get good training and LABS facility In C#.net courses in Hyderabad, I completed the classes in Peers even though im sure in good practice to get right position in jobs please help me who no well in this field?
In how many ways you can track the Session?
What is the full name of asp in vb net?
What is difference between Physical path and Virtual path? Explanin with example.
i want question papers of ASP
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick