Saturday, March 24, 2012

PageRequestManagerServerErrorException: HtmlTableBodySection cannot have children of type

i've been looking really hard for reason but couldn't find any. I really need help on this:
i have a page with a complex grid inside an update panel -
The grid is a repeater that contains an html table and inside the item template there is also a <tbody> tag that contains another repeater with an html table template.

Now it works great when running locally and on the test server wich is an win 2003 on the local network and it even ran ok on the previously hosted server but on the new one i get this error:
Sys.WebForms.PageRequestManagerServerErrorException: 'HtmlTableBodySection' cannot have children of type 'Repeater'.
and all i can find about this type of error is unrelated to the event in this case.

Can anyone suggest anything here?

ps. the only reason for the tbody is because i need a way to 'minimize' related rows (the rows of the inner repeater) in one click of parent row.

HtmlTableBodySection is a new type for .NET 2.0 SP1, so if you had the Service Pack installed than this should work

No comments:

Post a Comment