Answer
k f
Posted
on Mar 2, 2009
(permalink)
|
RadControls version
|
Q32008 |
| .NET version |
.NET 3.5 |
| Visual Studio version |
Visual Studio 2008 |
| programming language |
C# |
| browser support |
all browsers supported by RadControls
|
PROJECT DESCRIPTION
Included
is a VS solution with the File Upload integrated with the Grid that
allows a user to upload files to a database and then open those files
by clicking on them in the grid.
I took an existing demo and modified it. This code also, handles all
the edit functions and makes calls a makeshift BLL that utilizes Linq
To Sql to communicate with the DB.
As it is right now, it will upload word, excel and PDF files. Modify the GetFileContentType method in default.aspx.cs to modify this behavior