views:

90

answers:

1

I can't put a div inside it (says its not allowed) and a div around it causes IE to error and revert to compatability mode (and doesnt work).

I populate the updatepanel in code depending on some other factors, and sometimes it can be several pages in length, so I need it to be scrollable.

Ideas?

+1  A: 

There's no problem having a div either inside or outside an update panel.

I can only conclude you've got an error in your markup.

wefwfwefwe
Doh I just remembered it has to go into the content template!
SLC