Problem with Treeview control......

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thirunavukarasukm
    New Member
    • May 2007
    • 21

    Problem with Treeview control......

    Hai..

    i have Problem with Treeview control......

    i am developed one web application...

    i am have many aspx page in this project..but all page undercontrol with treeview ..

    i am alreay download the IE Web Controls from microsoft site..

    I build the batch file then automatically created "Microsoft.Web. UI.WebControls. dll"

    ("C:\Program Files\IE Web Controls\build\ Microsoft.Web.U I.WebControls.d ll")

    then i am go to add reference to this control..

    then html view add this line then register this control

    <%@ Register TagPrefix="ie" Namespace="Micr osoft.Web.UI.We bControls" Assembly="Micro soft.Web.UI.Web Controls, Version=1.0.2.2 26, Culture=neutral " %>

    <form><ie:treev iew id="Treeview3" runat="server">
    <ie:treenodetyp e ImageUrl="file:///\\system107\Web services\THiRU\ Treeimages\fold er.gif" ExpandedImageUr l="file:///\\system107\Web services\THiRU\ Treeimages\fold er.gif"
    Type="Folder"></ie:treenodetype >
    <ie:treenode Text="Michigan" childtype="Fold er">
    <ie:treenode Text="Detroit"> </ie:treenode>
    <ie:treenode Text="Farmingto n"></ie:treenode>
    <ie:treenode Text="Southfiel d"></ie:treenode>
    </ie:treenode>
    <ie:treenode Text="Washingto n">
    <ie:treenode Text="Bellevue" ></ie:treenode>
    <ie:treenode Text="Redmond"> </ie:treenode>
    <ie:treenode Text="Woodinvil le"></ie:treenode>
    </ie:treenode>
    </ie:treeview>

    </form>

    this is the output

    Michigan
    Detroit
    Farmington
    Southfield
    Washington
    Bellevue
    Redmond
    Woodinville

    i am not having the treeview output..

    there is no images in that output..

    i am refered many sites but i did't find the answer

    please help me.

    the plus symbol images how to come

    i am go to click plus image to expand the treeview format output

    please help ..

    reply me..
Working...