Querystring Issue - ASP.NET within ASP site's IFRAME

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
 
G

Guest

When my asp.net site is opened in the iframe, a querystring named "sid" .....
Request.Querystring("did") exists.
.....

a typo? or probably something to do with caching i guess?
 

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

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top