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

What options are available to deploy my .net applications?

458


Explain the post & get method or explain the difference between them in asp?

469


What inheritance is and an example of when you might use it?

520


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

1689


Explain what are the methods in session object in asp?

482






Which is an advantage of application service providers (asps)?

470


Explain life cycle of asp page.

699


Name the data types which does the rangevalidator control support?

469


which sdlc model was used for whatsapp?

3036


What is the difference between asp and aspx?

496


Name the data type should you use if you want an 8-bit value thats signed?

492


Define garbage collection?

526


What is aspx format?

518


What is pdf aspx?

489


Define application object?

498