Hello
I'm trying the Radbutton control, but reach a point where I use a classic asp button and a control radtooltip to show control user to login, to do with the button shows the classic asp perfect result, but doing so with radbutton control only shows me assigned to the button text.
Code for Asp Clasic
Code radbutton
Thanks for the help
Alex.
.co
I'm trying the Radbutton control, but reach a point where I use a classic asp button and a control radtooltip to show control user to login, to do with the button shows the classic asp perfect result, but doing so with radbutton control only shows me assigned to the button text.
Code for Asp Clasic
<telerik:RadToolTip ID="RadToolTipLogin" runat="server" HideEvent="ManualClose" TargetControlID="Loginin" IsClientID="true" Skin="Windows7" VisibleOnPageLoad="false" ShowEvent="OnClick"> <Demo:UserLogin ID="WebUserLogin1" runat="server" /></telerik:RadToolTip><asp:Button runat="server" ID="Loginin" Text="Login" />Code radbutton
<telerik:RadToolTip ID="RadToolTipLogin" runat="server" HideEvent="ManualClose" TargetControlID="Loginin" IsClientID="false" Skin="Windows7" VisibleOnPageLoad="false" ShowEvent="OnClick"> <Demo:UserLogin ID="WebUserLogin1" runat="server" /></telerik:RadToolTip> <telerik:RadButton ID="Loginin" runat="server" Skin="Windows7" Text="Login" Width="90px" AutoPostBack="false" Icon-PrimaryIconUrl="~/images/lock16.png"></telerik:RadButton>Thanks for the help
Alex.
.co