Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > ComboBox > RadComboBox Template Sample using Linq to XML

Answered RadComboBox Template Sample using Linq to XML

Feed from this thread
  • Posted on Jul 31, 2008 (permalink)

    Requirements

    RadControls version

    2008.1.619.35
    .NET version

    3.0
    Visual Studio version

    2008
    programming language

    C#
    browser support

    all browsers supported by RadControls


     
    PROJECT DESCRIPTION

    WHAT IS THIS APPLICATION?

    This is a sample application that loads a HeaderTemplate and ItemTemplate in the RadComboBox programatically at runtime.  It loads data from an xml file and displays a table of data in the combobox.

    All of the code is encapsulated in a User Control (BillingClaimSelectorControl.ascx) so it can easily be dropped into any page needing it.

    WHAT DOES IT DO?

    Depending on the page life cycle and whether or not an item is selected in the RadComboBox control, it will either show the combobox (default), or it will extract the selected Claim Number from the combobox and load and query an XML file, and display a table with the details of this claim number.

    There is a back button to display the combobox again and change the selection.

    I hope you find this helpful.

    Attached files

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > ComboBox > RadComboBox Template Sample using Linq to XML