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

Can i have both C# and vb.net code in same assembly?how?

5 Answers   Wipro,


How to Convert a String into Float without using any built- in library of .NET String = "1235.45" needs to converted to a float

2 Answers   CA, Microsoft,


How much data (Max K) can go into a QueryString?

4 Answers   TCS, WEB,


What is the difference between Classic ASP and ASP.Net?

0 Answers  


Where session variables are stored?

0 Answers  






If you have to replicate a set of controls(UI) across a number of web pages, what will you do

1 Answers  


What is cache in asp net?

0 Answers  


What are validators and list some validators of asp.net?

0 Answers  


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

0 Answers  


User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?

3 Answers  


What is the difference between viewstate and hidden field in asp.net?

0 Answers  


What is the use of The Page.Master Property?

1 Answers  


Categories