PC Review


Reply
Thread Tools Rate Thread

ASP.NET page in iFrame problem

 
 
Jurjen de Groot
Guest
Posts: n/a
 
      28th Jan 2008
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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in loading a page in iframe shyam@niftysoft.biz Microsoft ASP .NET 1 24th Nov 2007 02:06 PM
Passing data to aspx page from htm page via iframe moondaddy Microsoft ASP .NET 4 13th Sep 2007 03:38 AM
Wrong page loaded into IFrame object (strange problem) Benny Shoham Microsoft ASP .NET 1 12th Apr 2007 12:50 PM
Force databinding from an iframe page to the page that contains it? Luis Esteban Valencia Microsoft ASP .NET 0 20th Jan 2005 04:39 PM
Problem redirecting to specific PDF page in an iframe using ASP.NET Leslie McGann Microsoft ASP .NET 0 3rd Jul 2003 04:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:36 AM.