Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Adding Info
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Adding Info

 Post Reply Post Reply
Author
Misty View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 February 2002
Location: United States
Status: Offline
Points: 711
Post Options Post Options   Thanks (0) Thanks(0)   Quote Misty Quote  Post ReplyReply Direct Link To This Post Topic: Adding Info
    Posted: 13 April 2005 at 2:39am

I am having a problem with an ASP.Net application that I built at http://www.bethedenmbc.org/prayerrequests.aspx. This web page uses a data list. A person fills out a form and then is redirected to a page that shows the records including the information that the person entered. The problem is the person has to refresh the web page to see his/her information. I want the person's information to show up on prayerrequests.aspx immediately after the person has been redirected from the form.

How do I solve this problem?
Back to Top
Mart View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2002
Status: Offline
Points: 2304
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mart Quote  Post ReplyReply Direct Link To This Post Posted: 13 April 2005 at 2:42am
Just use Response.Redirect(Request.Url.ToString()) after adding the record
Back to Top
Misty View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 February 2002
Location: United States
Status: Offline
Points: 711
Post Options Post Options   Thanks (0) Thanks(0)   Quote Misty Quote  Post ReplyReply Direct Link To This Post Posted: 13 April 2005 at 2:49am
I actually used Response.Redirect("PrayerRequests.aspx") in the web page that uses the form. It redirects to the page, but the new information is not displayed unless you refresh the web page.
 
My code for this was included in the following sub procedure:
 
        '---------------------------------------------
        ' name: DisplayResults()
        '---------------------------------------------
        Sub DisplayResults()
                 Dim strDisplay as string
                 'We don't want to show the user the form again
                 frmPrayerRequests.Visible = False
                 'Show the new page heading for the postback page
                 lblResultsTitle.Visible = True
                 lblResultsTitle.Text = "<h3>Thank you for adding your prayer request! </h3>"
                
                
                 Response.Redirect("PrayerRequests.aspx")  
        End Sub
 
Page_Load() sub procedure calls DisplayResults()
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.