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


Please Help Members By Posting Answers For Below Questions

How many types of cookies?

502


What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?

2569


What is the microsoft intermediate language (msil)?

460


What is aspx in url?

579


Why .Net Does not Support multiple inheritance?

1619






When did classic asp come out?

531


How can I break Search

1510


What is asp full form?

522


Explain the difference between asp and html? Or why asp is better than html?

567


What does asp stand for?

523


how can we delete cookies by coding part . so pls help me

1687


What is Response object? How is it related to ASP's Response object?

573


write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.

1422


How to add? tree view control in datagrid in asp.net using c#?

1741


What is asp code?

484