sj1187534 Posted April 21, 2004 Posted April 21, 2004 Hi....Can anyone tell me if there are any issues with the SmartNavigation attribute of a page. I include the "SmartNavigation=true" tag in the page directive but for some reason, when i am click on some link in that page, the page is going blank and it is not taking me to the requesting page. So, I tried to view the Source of the blank page and it looked like this. <BODY><ASP_SMARTNAV_RDIR url="/sample.aspx?aq=dallas&c=spb&z=%&l=%"></ASP_SMARTNAV_RDIR></BODY> Actually the sample.aspx is the page I requested but it still remains the original page with the above code in the source. Note: This is the only code that it is showing the blank page. Thanks SJ Quote
*Experts* Bucky Posted April 21, 2004 *Experts* Posted April 21, 2004 Couldn't you use a meta refresh? Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Moderators Robby Posted April 21, 2004 Moderators Posted April 21, 2004 Are you using Response.Redirect() or Server.Transfer(), I would use the latter if you're staying within the same server. Quote Visit...Bassic Software
sj1187534 Posted April 21, 2004 Author Posted April 21, 2004 I am using the Server.Transfer() method. Bucky : I cannot use the meta refresh since I am performing this action at the button click event. SJ Quote
*Experts* Bucky Posted April 21, 2004 *Experts* Posted April 21, 2004 Are you sure that the button's click event handler is firing properly? Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
sj1187534 Posted April 21, 2004 Author Posted April 21, 2004 Yes.I am pretty sure everything else is working fine. Just the smartnavigation issue. Quote
Moderators Robby Posted April 21, 2004 Moderators Posted April 21, 2004 Are you transfering back to the same page? If so then don't, if not then SmartNav shouldn't be affecting you in this case. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.