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 does asp mean in business?

508


Explain how is method overriding different from overloading?

494


What does active server pages look like?

523


Explain the function of attributes in tags?

536


What is caching in asp?

547






What are the attributes of the

tags? What are their functions?

514


If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?

496


IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?

1442


Resource Files: How to use the resource files, how to know which language to use?

1407


What is aspx cs file?

524


What is the microsoft intermediate language (msil)?

473


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

507


Name the methods by which output stream is controlled?

486


What is server control

1542


What data types does the rangevalidator control support?

456