Page Refreshing

topic posted Fri, January 20, 2006 - 8:24 AM by  Mike
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
posted by:
Mike
Nebraska
  • Re: Page Refreshing

    Tue, January 24, 2006 - 6:31 AM
    you 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

Recent topics in "ASP.net web development"

Topic Author Replies Last Post
graphics in asp Toby 0 August 9, 2008
Does anybody know? Grant 2 January 2, 2008
How to create asp.net pages dynamically? Grant 1 January 2, 2008
question about isPostBack Eira 3 November 2, 2007