Newbie ASP C# programmer here.
I'm putting a web form/page together and want to know how I can manually force a page to reload/refresh??
For example, I load an image on startup of the web page. The user makes some selections to change the image. However, I cannot get the image to change unless you click the reload button on the browser.
How can I force the reload in my code instead of making the user press this button???
Any suggestions are appreciated.
R,
mheese@inebraska.com
I'm putting a web form/page together and want to know how I can manually force a page to reload/refresh??
For example, I load an image on startup of the web page. The user makes some selections to change the image. However, I cannot get the image to change unless you click the reload button on the browser.
How can I force the reload in my code instead of making the user press this button???
Any suggestions are appreciated.
R,
mheese@inebraska.com
-
Re: Page Refreshing
Tue, January 24, 2006 - 6:31 AMyou can have a button that reloads the page, or you can have an function call in the "onblur" event of the last item in your list... there are several ways.
probably the easiest would be to have a "Reload Image" button on the page, that will let you refresh it