G
Guest
Hi. I've built an asp.net website, which is displayed within an IFRAME of a
classic asp site. The asp.net site consists simply of one page having a
paginated gridview control.
When my asp.net site is opened in the iframe, a querystring named "sid" is
populated, so it looks something like this "Default.aspx?sid=544". The
asp.net site uses the specified "sid" in populating the gridview with data.
My page & gridview display correctly when the page first loads. But as soon
as the user pages through the datagrid (ie - goes from page1 to page2), the
querystring seems to be lost because my gridview no longer sees that
Request.Querystring("did") exists.
When I run my asp.net site by itself, it works fine. But when my asp.net
site runs within the classic asp's site IFRAME this problem happens.
What is causing this problem and how can I fix it?
Please let me know if I can provide any further info.
As always, Thanks,
Mike
classic asp site. The asp.net site consists simply of one page having a
paginated gridview control.
When my asp.net site is opened in the iframe, a querystring named "sid" is
populated, so it looks something like this "Default.aspx?sid=544". The
asp.net site uses the specified "sid" in populating the gridview with data.
My page & gridview display correctly when the page first loads. But as soon
as the user pages through the datagrid (ie - goes from page1 to page2), the
querystring seems to be lost because my gridview no longer sees that
Request.Querystring("did") exists.
When I run my asp.net site by itself, it works fine. But when my asp.net
site runs within the classic asp's site IFRAME this problem happens.
What is causing this problem and how can I fix it?
Please let me know if I can provide any further info.
As always, Thanks,
Mike