Results 1 to 4 of 4

Thread: How to force a complete reload of a page in asp.net

  1. #1
    Join Date
    Nov 2008
    Posts
    21

    How to force a complete reload of a page in asp.net

    Hello friends,

    I want to have a page where it should reload itself completely from scratch.I think the easiest way to handle is to have the button do the DB stuff and then load the page.

    I've tried putting in a server.But when i try to click on button but it seems to get into an infinite loop.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Re: How to force a complete reload of a page in asp.net

    Sure i will help you out with this issue did you try to use Response.Redirect Option i hope it will work for you.

    Intel Dual core 2.66 Ghz
    915 MSI Motherboard with Intel chipset
    512 mb RAM
    80gb HDD

  3. #3
    Join Date
    Nov 2008
    Posts
    21

    Re: How to force a complete reload of a page in asp.net

    Thanks fore replying me i try to do it but response.redirect is not working for me.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: How to force a complete reload of a page in asp.net

    Try to use the following code

    Response.AddHeader "Refresh", "0;URL=default.asp"

    Once your page is download after that you can use the following code

    If PageStatus = "reload" Then
    Response.AddHeader "Refresh", "0;URL=SamePage.asp"
    PageStatus = ""
    End If

Similar Threads

  1. How to setup automatic timed page reload Webpages in Firefox?
    By Corry in forum Technology & Internet
    Replies: 5
    Last Post: 03-02-2010, 01:34 PM
  2. Update a page content without reload
    By Cabexas in forum Software Development
    Replies: 3
    Last Post: 07-11-2009, 09:42 PM
  3. Facebook page reload error
    By PinkShell123 in forum Technology & Internet
    Replies: 3
    Last Post: 03-11-2009, 10:19 PM
  4. How to write script to page reload in ASP
    By RockON!! in forum Software Development
    Replies: 3
    Last Post: 31-07-2009, 02:52 PM
  5. Reload web page without clearing cache in firefox
    By PsYcHo 1 in forum Tips & Tweaks
    Replies: 1
    Last Post: 27-11-2008, 05:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,062,976.29491 seconds with 17 queries