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
Is classic asp still supported?
What is application object in asp?
How do you administer security for my machine for an enterprise?
What is ascx cs?
What app opens aspx files?
how can i connect to ms-access database, with ASP??
How to make page break in Crystal Report..?
Define global.asa file?
What is an asp model?
What are the asp objects?
Name the control which would you use if you needed to make sure the values in two different controls matched?
What is an err object?
What are the different types of html?
How many types of report in asp.net 2008?
Is asp a language?