ASP.NET page in iFrame problem

J

Jurjen de Groot

Hello,

I've developped a little .NET 3.5 app (using Devexpress controls and
Ms-Ajax) in a wizzard like style.
This page is loaded within a html-page within a iFrame.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Dit is mijn site</title>
</head>
<body>
my website header<br/><br/>

<iframe
id="blockrandom"
src="http://localhost/<mySite>/Default.aspx?Code=<SomeCode>"
width="100%"
height="700"
scrolling="auto"
align="top"
frameborder="0"
class="wrapper" />

<br/><br/>
my website footer

</body>
</html>


This all works fine, but after clicking on a control initiating an update of
the page, all my styling is gone. so the comboboxes, calender, textboxes,
buttons all look weird, all grey just like the background...
I have compared the 'view source' of the page before and after but they're
the same. I've also created a Word-doc with an example of the DevExpress
Calendar / combobox (http://www.xs4all.nl/~jdgroot/BeforeAndAfter.doc).

TIA:
Jurjen de Groot
 

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,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top