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.
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.