RAP Series - How to upload files using an ASP.NET FileUpload control

Not every application that you create needs to upload files, but since the dawn of social networking a lot more photos, videos and other types of files need to be uploaded.   Recently someone asked me how to dynamically add FileUpload controls to a page.  Although knowing how to dynamically add FileUpload controls to a page is of no use if you don?t know how to use a single FileUpload control.  So in this post you will learn how to save uploaded files to a file system, restri... [More]

Posted by: adamwright
Posted on: 8/14/2009 at 12:03 PM
Tags:
Categories: ASP.NET
Actions: Bookmark and Share
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

RAP Series - Highlighting a Row in an ASP.Net GridView

Introducing the RAP Series I frequently get asked questions about basic ASP.Net scenarios by rookie programmers,  so I am taking the opportunity to post the answers to their questions to help out other rookie programmers.  All of these posts will be in my RAP (Rookie ASP.NET Programmer) series. The most recent scenario I was asked about was  highlighting a row in a GridView based on a status of an object.  The solution is quite simple but not immediately obvious. ... [More]

Posted by: adamwright
Posted on: 8/4/2009 at 6:06 PM
Tags: , ,
Categories: RAP
Actions: Bookmark and Share
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed