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

Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com

0 Answers  


Define querystring collection in asp?

0 Answers  


What are the stored procedure and why they are needed?

0 Answers  


Explain what are the attributes of the tags? What are their functions?

0 Answers  


What is Cookies collection?

1 Answers  


What are the tasks performed by <> tags?

0 Answers  


What is a Virtual Directory?

1 Answers  


how u can use asp.net for making website?

0 Answers  


The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.

1 Answers  


What does Internet Information Server (IIS) assume to be the default language for Active Server Pages? A. Jscript B. JavaScript C. JAVA D. VBScript E. ECMAScript

2 Answers  


What is caching in asp?

0 Answers  


What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.

1 Answers  


Categories