This is a migrated thread and some comments may be shown as answers.

Button disappear while adding formdecorator ?

1 Answer 49 Views
Button
This is a migrated thread and some comments may be shown as answers.
Arun
Top achievements
Rank 1
Arun asked on 30 Apr 2011, 07:01 PM
I have an asp:button in ma webpage.... but while adding formdecorator, the button is disappearing...but when i checked the source code from the browser i can see thatt the button is there ....but the button is not displaying(both in IE and firefox)... what the reason for this ?...

plss help me......

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 02 May 2011, 06:52 AM
Hello Arun,

I have tested yiur scenario with the following code:

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head runat="server">
    <title></title>
    <style type="text/css">
         
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <asp:ScriptManager ID="sc1" runat="server">
    </asp:ScriptManager>
    <telerik:RadFormDecorator ID="tfd1" runat="server" DecoratedControls="All" />
    <asp:Button ID="btn1" runat="server" Text="Decorated Button" />
    </form>
</body>
</html>

The problem does not exist in all major browsers - IE 6-9, Firefox, Opera, Safari, Chrome.

It could be caused by a Global CSS stye applied to your page. Remove all your custom CSS files and check again your application.

To help you with that issue send us a sample code that reproduces the problem so would be able to investigate it further.

Kind regards,
Bojo
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Button
Asked by
Arun
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or