Archive for February, 2008
ASP.NET GridView multiple files upload
This article is about implementing ajax-like files upload in ASP.NET GridView control with each row in the grid having a upload control. After so many responses to my previous articles in making ajax-like file uploads using iframe, I now am writing onto an advanced requirement. The requirement is to add a file upload control [...]
Read Full Post | Make a Comment ( 5 so far )Hierarchical results in ASP.NET GridView
Here is one technique that I use in ASP.NET to show hierarchical data like categories tree, sitemaps listing, department/user-levels, etc. A GridView control is used instead of a TreeView control. The method does not require any complex coding and loops; and also does not require any xml file generation. It does, however, require a [...]
Read Full Post | Make a Comment ( 9 so far )