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

Name the command to display characters to the html page?

0 Answers  


How will you delete a Cookie?

1 Answers  


Who invented asp?

0 Answers  


Explain the event handlers of session object?

0 Answers  


Tell few steps for optimizing (for speed and resources) ASP page/application ?

1 Answers  






What is the difference between 1.1 and 2.0 .Net framework?

2 Answers   DLI,


In how many ways you can track the Session?

1 Answers  


What options are available to deploy my .net applications?

0 Answers  


What process happens behind, when we try to access any page on the internet.

0 Answers  


Define an err object?

0 Answers  


who is the best Trainer for ASP.NET MVC in Hyderabad?

0 Answers  


What must be installed on an IIS4 machine to use the CDONTS e-mail server object? A. FTP service B. SMTP service C. IIS administrator D. Exchange Server E. IPX/SPX protocol

1 Answers  


Categories