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

Who generates session id?

0 Answers  


What language is asp.net written in?

0 Answers  


How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

0 Answers  


What is viewstate? What does the “enableviewstate” property do?

0 Answers  


What are the different properties of server control that exists?

0 Answers   Cap Gemini,






What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

0 Answers   Prompt Softech,


Is it necessary to lock application state before accessing it ?

1 Answers  


How do you use css in asp.net?

8 Answers   iBridge,


Which method do you use to kill explicitly a users session?

0 Answers   MindCracker,


Difference between web user control and web custom control?

0 Answers  


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


Explain the asp.net mvc request life cycle? : asp.net mvc

0 Answers  


Categories