473,386 Members | 1,793 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Is there something wrong with response.redirect /SmartNavigation

This seems like pretty simple code, for some reason it
works in testing and not in production...

Private Sub btnUpdateParticipant_Click(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
btnUpdateParticipant.Click

intPersonID = Request.QueryString.Get("ID")

Response.Redirect("UpdateParticipant.aspx?ID=" &
intPersonID)

End Sub

redirects to a page showing...
<BODY><ASP_SMARTNAV_RDIR
url="/Scripts/EzTraxx/Participant/UpdateParticipant.aspx?
ID=1"></ASP_SMARTNAV_RDIR></BODY>

Jul 21 '05 #1
1 2231
Smart Navigation is evil. I've had it stop my stuff from Navigating
whatsoever before....I know of a few other people with the same problem.
"DCLINTON" <dc*********@hotmail.com> wrote in message
news:11****************************@phx.gbl...
This seems like pretty simple code, for some reason it
works in testing and not in production...

Private Sub btnUpdateParticipant_Click(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
btnUpdateParticipant.Click

intPersonID = Request.QueryString.Get("ID")

Response.Redirect("UpdateParticipant.aspx?ID=" &
intPersonID)

End Sub

redirects to a page showing...
<BODY><ASP_SMARTNAV_RDIR
url="/Scripts/EzTraxx/Participant/UpdateParticipant.aspx?
ID=1"></ASP_SMARTNAV_RDIR></BODY>

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Tmez | last post by:
FYI Problem: Response.redirect redirects to the same page and the page is blank. Solution: set the page's smartnavitation to false before redirecting. There seems to be a connection between...
0
by: Robert Kent via .NET 247 | last post by:
I have a form that Response.Redirect's to itself. I have Page.SmartNavigation = false. But when I hit the browser's back button it doesn't go back to the previous instance of the form, which doesn't...
0
by: Alfonso Alvarez | last post by:
Hi all: I have a problem with my webpage when I try to make a response.redirect and i have de smartnavigation option set true. If I put smartnavigation to false it works fine, but if I have...
4
by: Adrian Parker | last post by:
When using Response.Redirect(var) in my code, the browser just shows a blank page. It works fine on the development machine (winxp) but not on a server machine (win2k). If I view the code on...
1
by: Sospeter | last post by:
Hi Ken, I have done that but still experiencing same problem. Tried the following i.e. turning smartnavigation = false and using server.transfer as below but nothing works. Please help. ...
9
by: Klem | last post by:
Hi I am expiriancing a very,very strange problem. I have an asp.net application that hangs (sometimes) when trying to execute Response.Redirect("page.aspx",true) command. What is very strange...
1
by: Rafael Leonhardt | last post by:
I know that smartnavigation works on formpost. But I can to do smartnavigation works when I redirect to same page than post the page. Example: Actual page is "mainpage.aspx?param=xx" In a...
1
by: DCLINTON | last post by:
This seems like pretty simple code, for some reason it works in testing and not in production... Private Sub btnUpdateParticipant_Click(ByVal sender As System.Object, ByVal e As...
5
by: =?Utf-8?B?d2ViZ3V5QGNvbW11bml0eS5ub3NwYW0=?= | last post by:
We have been running into some problems where using Response.Redirect causes the page to hang and it never actually redirects. Here's the scenario: User opens the page, selects an item from the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.