hai 2 all
1:How to refresh asp.net page with C# code ?
2: is it possible to refresh all pages from one page?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shirsendu NandiPosted May 3, 2011, 7:44 AM
Soft CornerPosted May 3, 2011, 6:04 AM
Response.Redirect(Request.RawUrl)
This ensures that the page is reloaded and it works fine from a user control.
hamida khanamPosted May 3, 2011, 6:03 AM
The Easiest way is to add this line on your master page and adjust the no.of seconds after which you want to refresh pages.It is not via-c-Sharp still i hope it will help you.