Hi
I have a dropdown in radtoolbar button's item template ,i want to bind that dropdown in code behind and want to handle the selected index changes event of that dropdown,thats radtoolbar is placed in master page and i want to change a lable of content pages based on selected index changed of dropdown,placed in radtoolbar's radtoolbarbutton
aspx page code is below :
<telerik:RadToolBarButton runat="server" Text="Child Button 1" DisplayName="">
<ItemTemplate>
<asp:dropdownlist id="ddlPlans" runat="server" />
</ItemTemplate>
</telerik:RadToolBarButton
i want to bind(server side binding) that ddlPlans drowndown in code behind,onces master page toolbar loads,please help me to solve this problem