Hi,
I'm using Telerik version 2009.31208.20. I have created an asp page which contains decorated asp:button and asp:textbox with the Telerik RadFormDecorator. When I open the web page at the first time everything is ok (the decorated buttons and textboxs are displayed) but after some successive clicks on an link that refreshs the page- placed in the master page, the buttons and textboxs disappears. This problem occurs in Chrome 4.1 and FF 3.6.3. I have joined to this post two snapshots before and after the bug.
here the source code:
I'm using Telerik version 2009.31208.20. I have created an asp page which contains decorated asp:button and asp:textbox with the Telerik RadFormDecorator. When I open the web page at the first time everything is ok (the decorated buttons and textboxs are displayed) but after some successive clicks on an link that refreshs the page- placed in the master page, the buttons and textboxs disappears. This problem occurs in Chrome 4.1 and FF 3.6.3. I have joined to this post two snapshots before and after the bug.
here the source code:
| <telerik:RadFormDecorator ID="FormDecorator1" runat="server" DecoratedControls="All" |
| Skin="WebBlue"></telerik:RadFormDecorator> |
| <...........> |
| <asp:TextBox ID="UserName" TabIndex="1" runat="server" CssClass="classTbxCourriel" ValidationGroup="login"></asp:TextBox> |
| <...........> |
| <asp:Button UseSubmitBehavior="false" TabIndex="3" ID="LoginButton" ValidationGroup="login" runat="server" CommandName="Login" |
| Width="120px" Text="<%$ Resources:Labels, LoginLoginButton %>" /> |
Best regards.
Mounir,