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 Exception ? When is try, catch block used ?

1 Answers  


What is hidden field?

0 Answers  


Is classic asp dead?

0 Answers  


What does asp stand for in technology?

0 Answers  


What is asp give its application?

0 Answers  






what is dry run?

1 Answers   HCL,


What are the event handlers of Application Object?

1 Answers  


How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.

0 Answers  


We have recently bought Hart 475 communicator , when we try to use it on transmitter it shows error : Voltage detected on FF connectors and later show No device found , can any one give me and idea about how to solve it.

0 Answers   Globtech BD,


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

0 Answers  


In case of we are not saving the information as cookies. how server detects the same user?

0 Answers  


How will you set the values for cookies?

1 Answers  


Categories