HI Guys
Rad Ajax is breaking style (external file) which I applied to the element.
This is the user control html that I am using. It is in a rad window.
When I click a button (when I do a Ajax call), the styles are breaking.
Please advise me!!!
Cheers
Shane
Rad Ajax is breaking style (external file) which I applied to the element.
This is the user control html that I am using. It is in a rad window.
| <div class="smallwindow"> |
| <h2>Assign item to RSS Channels by moving from left to right |
| <div class="headinglink"><span class="textgray"><a href="">Manage</a></span></div> |
| </h2> |
| <div class="inner"> |
| <table cellspacing="0" cellpadding="0"> |
| <tr> |
| <td class="left"> |
| <asp:ListBox ID="listboxCategoryListAll" runat="server" CssClass="listbox340" SelectionMode="Multiple"> |
| </asp:ListBox></td> |
| <td class="center"> |
| </td> |
| <td class="right"> |
| <asp:ListBox ID="listboxCategoryListSelected" runat="server" CssClass="listbox340" |
| SelectionMode="Multiple"></asp:ListBox></td> |
| </tr> |
| <tr> |
| <td> |
| <asp:CheckBox runat="server" ID="chkShowShadowItems" Text="Display working copy values" Checked="true" AutoPostBack="true" /> |
| </td> |
| </tr> |
| </table> |
| </div> |
| </div> |
When I click a button (when I do a Ajax call), the styles are breaking.
Please advise me!!!
Cheers
Shane