oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Incompatible to ASP.NET #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an ASP.NET website using iui
2. load it in your browser
3. marvel at a beautiful white page

What is the expected output? What do you see instead?
Well at least some kind of output. Instead I see nothing but a white page. 
Source however contains the content. It's simply invisible.

What version of the product are you using? On what operating system?
iui 0.31, Windows 7, IIS 7.0, ASP.NET 4.0

Please provide any additional information below.

In ASP.NET the whole content of the site is encapsulated inside a form. The iui 
CSS however relies on a structure where the first child of body is a div or 
something with a css class of "toolbar" for instance. There is no way to 
achieve that from within ASP.NET without losing the postback functionality.

Original issue reported on code.google.com by Intellig...@gmail.com on 8 Jul 2010 at 3:32

GoogleCodeExporter commented 9 years ago
I see, this one has been mentioned and even somehow solved before. Sorry for 
reopening it again! Read first, then ask...

Original comment by Intellig...@gmail.com on 8 Jul 2010 at 3:35

GoogleCodeExporter commented 9 years ago
This is not a problem with iUI, per se, but a problem integrating iUI into 
ASP.Net.  See this page for tips:
http://code.google.com/p/iui/wiki/iUIWithASPNet

Original comment by msgilli...@gmail.com on 3 Jun 2011 at 7:36