All Products
Demos
Pricing
Blogs
Docs & Support
Search
0
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TreeView
/
get tag hmtl in RadSplitBar
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Mr
22 posts
Member since:
Oct 2008
Posted 13 May 2009
Link to this post
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
Georgi Tunev
Admin
7207 posts
Posted 15 May 2009
Link to this post
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.
Back to Top
Close