sivaraj_g
11-21-2006, 12:03 PM
hi all,
i have to open a pdf/doc file using ASP.NET on a button click event. the file path is in a table in d database(MS-ACCESS). how could i import the file path into the syntax
Response.Writefile();
using C# coding.
i've used data-adapter n a dataset into which the corresponding table is loaded.. i've to load the precise cell content in the syntax...
i have to open a pdf/doc file using ASP.NET on a button click event. the file path is in a table in d database(MS-ACCESS). how could i import the file path into the syntax
Response.Writefile();
using C# coding.
i've used data-adapter n a dataset into which the corresponding table is loaded.. i've to load the precise cell content in the syntax...