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?
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.
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