Is there a way to work around this issue with ordered lists and update panels in IE9?
I have discovered an annoying issue with ordered lists in IE9 and am wondering if there's a way to fix it without changing the ordered list into something else or getting rid of the update panel behaviour. The symptoms are that, if an ordered list (or BulletedList control) is used within an update panel, initialising a postback seems to cause the bullet numbers to display 0, 0, 0, instead of 1, 2, 3. The problem is easily reproducible via the following code: <asp:ScriptManager ID="sm1" runat="server" /> <asp:UpdatePanel ID="upTest" runat="server"> <ContentTemplate> <ol> <li>Item 1</li> <li