Hello,

I'm developing with Visual WebDeveloper 2005 Express Edition Beta 2 under ASP.NET 2.0 (.NET Framework 2.0 Beta 2) and would like to add graphical components (*.ascx) dynamically at runtime. After adding they should be shown under each other on the website. With MS Visual Studio 2003 under ASP.NET 1.1 (.NET Framework 1.1) I could choose the HTML Control GridLayoutPanel from the toolbox to achieve that. But this HTML Control is no longer offered in ASP.NET 2.0.

The WebControl Panel of ASP.NET 2.0 only supports FlowLayout, so that all components are shown in the same place and on top of each other. The same phenomenon I get by using the PlaceHolder Control.

Do I something wrong?
Knows somebody a solution how to simulate the behaviour of the HTML Control GridLayoutPanel in ASP.NET 2.0?

Thank you very much.
_______________________________________________
Asp.net Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an