IFrame and POstBack

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

I have a standard HTML only web site that has an IFrame on one page. I want
to open a DotNet app in the IFrame, but the PostBacks dont seem to happen.
Does anyone know why?
 
hi josh,
it works fine for me. i have an iframe in a HTML page. the iframe src is
set to an ASPX page.

i suspect you have not configured the web site to run Asp.Net, and your
asp.net web page is just rendering as a plain html page would. are you
getting any server-side output at all? look in the iframe source html and
see if you get all the viewstate stuff and basically any code you didn't
write yourself.

tim
 
Back
Top