How can I make my UpdatePanel scroll?
I can't put a DIV inside it (says it's not allowed) and a DIV around it causes an IE error. Reverting to compatibility mode doesn't work.
I populate the UpdatePanel dynamically, depending on some other factors and sometimes it can be several pages in length, so I need 开发者_StackOverflowit to be scrollable.
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.
精彩评论