Results 1 to 3 of 3

Thread: Is there an ASP.net version of the VB6 Listview and Treeview Controls?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2007
    Location
    Melbourne, Australia
    Posts
    362

    Is there an ASP.net version of the VB6 Listview and Treeview Controls?

    Is there an equivalent ASP.net control to the VB6 Treeview and the Listview Controls?

  2. #2
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Is there an ASP.net version of the VB6 Listview and Treeview Controls?

    ASP.NET has TreeView and ListView controls.

    There is no comparision between VB6 and ASP.NET or even VB.NET and ASP.NET as the platforms are totally different. ASP.NET is web-based platform while VB6/VB.NET is desktop platform. So there is no way you can get an equivalent. You get a similar look & feel however.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Is there an ASP.net version of the VB6 Listview and Treeview Controls?

    As Pradeep has correctly pointed out, the paradigms between Windows Development and Web Development are very different, and not all "functionality" that you are used to in Windows Development may not exist in the web world.

    Is there something in particular that you are trying to emulate?

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width