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 should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.

1 Answers  


how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)

0 Answers   Polycom,


What is meant by cookies? Explain the main features?

0 Answers  


Explain how do you initiate a string without escaping each backslash?

0 Answers  


Name the browsers that can access asp pages?

0 Answers  






Can anyone give me a clarification about the difference among assembly,namespace,class,dll??????

1 Answers  


Name and explain about the Objects in ASP?

1 Answers  


Name the asp objects?

0 Answers  


Explain how do you box a primitive data type variable?

0 Answers  


How are scripts executed?

1 Answers  


How do I print an aspx file?

0 Answers  


What is a request body?

0 Answers  


Categories