|
-
Jun 19th, 2010, 03:06 AM
#1
Thread Starter
Hyperactive Member
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?
-
Jun 19th, 2010, 03:16 AM
#2
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.
-
Jun 20th, 2010, 05:15 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|