
In this article I will try to explain you the technique of displaying images in DataListControl using ASP.Net 2.0. Often developing a Web Application you need to provide facility to your visitors to upload file or images on your site. For example, you are developing a web application like community sites and you want to allow user to upload their photos in their profiles. To perform this kind of task you need know how file upload system works in ASP.Net 2.0 and how you can display images on the browser using image control.
|