Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Toolbar > Drop down binding in radtoolbar
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Drop down binding in radtoolbar

Feed from this thread
  • Rekha Kardam avatar

    Posted on Dec 18, 2009 (permalink)

    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

  • Yana Yana admin's avatar

    Posted on Dec 22, 2009 (permalink)

    Hi Rekha,

    Please find attached 2 simple pages (master and content) demonstrating the needed approach. I hope they help.

    Greetings,
    Yana
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
    Attached files

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Toolbar > Drop down binding in radtoolbar