How to refresh a page in asp.net
Answers were Sorted based on User's Feedback
Answer / santhi
by using ispostback property or by using ajax controls
Is This Answer Correct ? | 10 Yes | 3 No |
Answer / jayesh
by calling javascript function in asp.net you can also
refresh page
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / surendra sharma
by calling javascript function in asp.net you can also
window.location.reload();
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vincy
<head>
<title>Page</title>
<meta http-equiv="refresh" content="10">
</head>
Is This Answer Correct ? | 2 Yes | 0 No |
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 ?
Explain exception handling in .net.
what is aspcompat? what it does?
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
Does web services support data reader like pom project?
in which protocol ASP.NET WEB API Work?
Name the validation control available in asp.net ?
What are the objects in used in ASP for processing input and outputs?
What is x xss protection?
What is the adavantage of using ASP.NET routing?