or
<Tel:RadButton ID="RadButton1" runat="server" ButtonType="LinkButton" Text=" this is for test" Height="30" >
<Icon PrimaryIconUrl="~/Images/Text.png" SecondaryIconUrl="~/Images/Tiff.png" />
</Tel:RadButton>
and
<Tel:RadButton ID="RadButton2" runat="server" Width="80" Text=" this is for test2" Height="30" >
<Image ImageUrl ="~/Images/Text.png" DisabledImageUrl="~/Images/Tiff.png" />
</Tel:RadButton>
and
<Tel:RadButton runat="server" ID="btn1" EnableBrowserButtonStyle="true" Text="test" Height="30"
BorderStyle="None" />
please help on this.
Thanks,
Srinivas


If (TypeOf e.Item Is GridEditableItem AndAlso e.Item.IsInEditMode) Then Dim editFormItem As GridEditFormItem = DirectCast(e.Item, GridEditFormItem) Dim _reJobDesc As RadEditor = DirectCast(editFormItem.FindControl("reJobDesc"), RadEditor) '_reJobDesc.Visible = False Dim _clID As String = _UsersDB.GetCLIDByScID(sInt) _reJobDesc.ImageManager.ViewPaths = New String() {"~/folders/clients/" & _clID & "/images/"}