Smartnav and response.rederict appear to be broken?

J

Joel Barsotti

So I have a couple of pages that build tables dynamically.

My issue is that these tables contain asp:linkbuttons that remove the line
from the table.

What happens is that when the link is clicked the execution path, goes to
the onload method, which calls the method for building the table, then event
fires for removing the item from the table, so in order to reset my tables
for display I reload the page.

but when I call the response.redirect method to cause a post back the
contents of the page that is returned is something like
"<BODY><ASP_SMARTNAV_RDIR
url="/admin/inventory/editSeries.aspx?seriesID=ET006&reInit=True"></ASP_SMAR
TNAV_RDIR></BODY>"

and nothing gets displayed in the browser window.

If I turn off smartnav everything functions as normal.
 
L

Lew Burrus

I have just encountered the same problem -- for 5.5 browsers. 6.0 don't
seem to mind the smartnav attribute.

Have you been able to get an official word on this problem?
 
J

Joel Barsotti

I haven't recieved anykind of official explination, and I am actually
using IE6.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top