Smartnav and response.rederict appear to be broken?

  • Thread starter Thread starter Joel Barsotti
  • Start date Start date
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.
 
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?
 
Back
Top