How to refersh an asp page on a single click of a button.

Answers were Sorted based on User's Feedback



How to refersh an asp page on a single click of a button...

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

How to refersh an asp page on a single click of a button...

Answer / gul

We can refresh an ASP page to press F5 key.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More ASP Interview Questions

what is the is the difference between asp and asp.net?

1 Answers   HCL,


Describe ways to present an arbitrary endpoint (URL) and route requests to that endpoint to ASP.NET.

0 Answers  


Define application-scope?

0 Answers  


Should user input data validation occur server-side or client-side?

0 Answers  


In how many ways you can connect to the Database?

2 Answers   TCS,






can any one send me some real time sap crm interview question along with answer .my email id is psundeep@ymail.com

0 Answers   IBM,


What is difference between Server.transfer and Response.redirect ?

7 Answers  


What is msmq? What is n-tier system?

0 Answers  


What options are available to deploy my .net applications?

0 Answers  


Explain the difference between client-side script and server-side script?

0 Answers  


How are scripts executed?

1 Answers  


Define file system object object?

0 Answers  


Categories