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

Using Statement usage in C#

2 Answers  


Do you know about caching with the datasource controls?

0 Answers  


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

0 Answers  


Why do we need asp.net?

0 Answers  


Explain asp.net page life cycle?

0 Answers  






what are httphandlers and httpmodules.and their differences.

1 Answers   Siemens,


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 Answers  


What are the steps involved to fill a dataset?

0 Answers  


Various types of Page Load functions

4 Answers   Net Solution,


What are sql joins?

0 Answers  


How can you achieve nested Masterpages in 2.0?

1 Answers   Microsoft,


Categories