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

get tag hmtl in RadSplitBar

1 Answer 34 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mr
Top achievements
Rank 1
Mr asked on 13 May 2009, 11:09 AM
hi everyboy
i using RadSplitBar and add tag html into it same bellow

<radSpl:RadSplitBar ID="RadSplitBar1" runat="server"  CollapseMode="Both" ></radSpl:RadSplitBar>
                        <radSpl:RadPane ID="RightPanel" runat="server" Width="40%">
<input type ="button" name ="bntUpdatePercentWork" id="bntUpdatePercentWork" value ="Update Resource" style="display:none" class ="button" onclick = "UpdatePercentWork()"/>

now i want to get control bntUpdatePercentWork in codebehind. but i can't get it

please help me
thanks


1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 15 May 2009, 06:38 AM
Hi Mr,

This task is not related to the RadSplitter control - if you want to access an Html control on the server, you need to set its runat property to true.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TreeView
Asked by
Mr
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or