Click here to Skip to main content
15,883,531 members
Articles / Web Development / ASP.NET

File System Browsing in ASP.NET: New Approach vs. Old Approach

Rate me:
Please Sign up or sign in to vote.
4.21/5 (21 votes)
3 Jul 20053 min read 142.4K   3.5K   62  
Most of the programmers who have transitioned from ASP to ASP.NET still use the loop-and-create method for displaying contents of a specific folder. In this demo I am going to show you how to use the File System Objects, a DataGrid and a DataTable to accomplish this task.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Keith Rull is a programmer from the Philippines who recently moved to San Diego, CA.

He has vast experience in developing applications using C#, Vb.NET, Java, Oracle, Microsoft Reporting Services and Microsoft SQL Server.

When not infront of the computer, he usually spends his time thinking about his motherland.

Comments and Discussions