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

what is the difference between response.write() and response.output.write()?

0 Answers  


Define cookie.

0 Answers  


What command line used to generate Runtime callable wrapper.

2 Answers   CTS,


What is session management in web application?

0 Answers  


What are session cookies?

0 Answers  






How many Garbage Collectors are there for one Application or one Page

1 Answers   Emphasis,


What is repository pattern in mvc.net? : asp.net mvc

0 Answers  


What is the difference between and ActiveX dll and control ?

1 Answers   Microsoft,


What are Caching techniques in .NET

0 Answers   Microsoft,


what is the MSIL assembler do?

1 Answers  


What data type does the RangeValidator control support?

3 Answers   Visual Soft,


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


Categories