How to pull word file from SQL Server and render it on web browser?

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
Hi,
Im new to C# & MS.net environment and deals only with Database development.
Im working on developing an interface that lets users to save their documents into SQL Server database. For that my table contains a varbinary(max) column.
Im able to save files into the table. But now I want to render them back when users want to view them.
Could you provide any clue or C#/VB.net code that could help in building the page.

Thanks,
Manoj


View the full article
 
Back
Top