Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Upload > Upload and open documents in a SQL database

Answered Upload and open documents in a SQL database

Feed from this thread
  • Answer k f avatar

    Posted on Mar 2, 2009 (permalink)

    Requirements

    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

    Attached files

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Upload > Upload and open documents in a SQL database