[Mono-list] Asp.net error loading page Literal content not

Dennis Fisch dilligent@gmx.de
Sun, 25 Apr 2004 13:38:52 +0200


El sáb, 24-04-2004 a las 05:14, Stephane Bergeron escribió:
> The test page works... But when i try to load my page.. it makes an
> error but its working on my windows server....
>
> So I need to fix this cause Im switching on Linux only...
> Any help pls :)
>
>
>
>
> Literal content not allowed for
> System.Web.UI.HtmlControls.HtmlTableRowCollection
>

I know whats the problem, i expereicned the same thing when i tried to port
my page to mono.
Do NOT use any Server-side tables. I was searching for hours and hours until
like 7AM to find what is causing this
and suddenly i spotted some tables with the runat tag to "server". This
should help you i hope.