How to refresh a page in asp.net

Answers were Sorted based on User's Feedback



How to refresh a page in asp.net..

Answer / santhi

by using ispostback property or by using ajax controls

Is This Answer Correct ?    10 Yes 3 No

How to refresh a page in asp.net..

Answer / jayesh

by calling javascript function in asp.net you can also
refresh page

Is This Answer Correct ?    7 Yes 4 No

How to refresh a page in asp.net..

Answer / surendra sharma

by calling javascript function in asp.net you can also
window.location.reload();

Is This Answer Correct ?    2 Yes 0 No

How to refresh a page in asp.net..

Answer / vincy

<head>
<title>Page</title>
<meta http-equiv="refresh" content="10">
</head>

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain what a diffgram is and a good use for one?

1 Answers   Siebel Systems, Syntax Softtech,


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

0 Answers   DELL,


Explain exception handling in .net.

0 Answers  


what is aspcompat? what it does?

1 Answers  


Difference between Dataset and DataReader ?

4 Answers   Accenture, BirlaSoft, Infosys, Microsoft, Techseol,


how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url

1 Answers  


Does web services support data reader like pom project?

0 Answers  


in which protocol ASP.NET WEB API Work?

0 Answers   HCL,


Name the validation control available in asp.net ?

1 Answers  


What are the objects in used in ASP for processing input and outputs?

1 Answers  


What is x xss protection?

0 Answers  


What is the adavantage of using ASP.NET routing?

0 Answers   NA,


Categories