Hi,
I have a html list control in my update panel which has styles to space the items. For example it currently looks like
A B C D E F G H I J
Each of these is a linkbutton inside a <li> which is in a repeater control like:
<asp:updatepanel>
<contenttemplate>
<ul>
<asp:repeater>
<itemtemplate>
<li><asp:linkbutton ... /></li>
</itemtemplate>
</asp:repeater>
</ul>
</contenttemplate>
</asp:updatepanel>
However when one of these linkbuttons is clicked on my listitems bunch together as if they have lost their styles like:
ABCDEFGHIJ
What possible reasons could be causing this issue?
Thanks for your time.
Read Full article Here.
No comments:
Post a Comment
Post your comments here: