Saving changes made in Telerik RadTreeView to a database

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 29 Aug 2007 Link to this post

    Requirements

    RadControls version

    RadTreeView v6.2.2
    RadTreeView AJAX (Prometheus)
    Telerik.Web.UI 2007.3.1425
    .NET version

    .NET 2.x
    Visual Studio version

    VS 2005
    programming language

    VB.NET
    browser support

    all browsers supported by RadControls


     
    PROJECT DESCRIPTION

    This example demonstrates a simple mechanism using Access database with single self-referencing table containing columns id, parentId and Text.

    The structure of the treeview is loaded from this database in the Page_Load event. Then, the user edits the text of random nodes in the treeview and hits the button on the page. Thus, a postback is triggered and the updated information is saved back in the database file.

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.