Feb 7, 2007 #1 rds80 Programmer Joined Nov 2, 2006 Messages 124 Location US Does ASP.NET 1.1 not have a treeview? Are there sites that show how to design one using vb code? Thanks.
Does ASP.NET 1.1 not have a treeview? Are there sites that show how to design one using vb code? Thanks.
Feb 7, 2007 #2 tperri Programmer Joined Apr 8, 2006 Messages 728 Location US No, ASP.Net 1.1 does not include the Treeview control. I'm sure Google has some references to VB solutions for something similar. Upvote 0 Downvote
No, ASP.Net 1.1 does not include the Treeview control. I'm sure Google has some references to VB solutions for something similar.
Feb 7, 2007 #3 IT4EVR Programmer Joined Feb 15, 2006 Messages 462 Location US Actually there is a treeview control with 1.1. It's part of the IE Web controls download at http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/overview.asp If you need any assistance working with them, let me know. Upvote 0 Downvote
Actually there is a treeview control with 1.1. It's part of the IE Web controls download at http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/overview.asp If you need any assistance working with them, let me know.
Feb 7, 2007 #4 tperri Programmer Joined Apr 8, 2006 Messages 728 Location US I didn't think that was supported anymore. Upvote 0 Downvote
Feb 12, 2007 Thread starter #5 rds80 Programmer Joined Nov 2, 2006 Messages 124 Location US so what do you guys do if you need to use a tree view in an asp.net 1.1 web app? thanks. Upvote 0 Downvote
Feb 12, 2007 #6 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB Either use the one listed above, use a 3rd party one or use the latest version of the framework. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Either use the one listed above, use a 3rd party one or use the latest version of the framework. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.