How to refersh an asp page on a single click of a button.
Answer Posted / sanjay
<script>
function refresh()
{
window.location.reload();
}
</script>
<button onclick='refresh();'>Refresh the page once</button>
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How do cross-process communication work in the common language runtime?
Define a class in css?
Explain the properties of session object?
What is n-tier system?
What does asp mean in technology?
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
How many global.asa files can an application have in asp?
Explain the different types of session state management options available with asp.net?
What data types does the rangevalidator control support?
What is msmq?
Is classic asp dead?
Explain the difference between a namespace and an assembly name?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
Why asp is called active server?
What is the default scripting language in asp?