Listview in ASPNET 2.0????

  • Thread starter Thread starter Merichel
  • Start date Start date
M

Merichel

Hello everybody !!

I need to migrate an application from Windows Forms to Web Forms. The
problem is that in my windows application I have listviews and I would
like to know If there is any control in ASPNET 2.0 that can make the
same function. I use the listview to show files, like windows explorer.

Thanks in advance.
 
There is no built in control that do the same, but you can search for third
party control.
have a look at http://www.telerik.com/
--
Muhammad Mosa
Software Engineer & Solution Developer
MCT/MCSD.NET
MCTS: .Net 2.0 Web Applications
MCTS: .Net 2.0 Windows Applications
 
if you want to display files on the server, you can get sample code. if you
want to list files on the client, then <input type=file> is what you want.


-- bruce (sqlwork.com)
 
I would agree, Telerik absolutely rocks and is my favorite suite to work
with.
 

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