Using TreeView and ListView controls in Web Application

  • Thread starter Thread starter stacy
  • Start date Start date
S

stacy

I am attempting to port an application from a Windows app to an ASP.NET
Web App. I notice that the TreeView and ListView controls are not part
of the tool box on the WebForm. Can someone tell me if I can use these
controls in the Web app. If I cannot, does anyone have a suggestion as
to a similar control so I can avoid massive design and code changes
Thanks
 
Check under navigation. The TreeView and Menu control is probably what you
are looking for. (only available in .net 2.0)


Eirik
 
Thank you Eirik,

I have Enterprise Architect, Version 2003 aka V1.1, I guess it's time
for an upgrade!

Stacy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top