I have table which contain three column
"id" as a identity,
"name" and
"files,
in the "files" column, i store the address of the all files and the actual file stored at the solution explorer folder name as "filedata" with the help of fileupload control when i was inserting details(means all details store in table and in the file column store the address of the file and actual file store in the solution explorer folder) but when i fetch all data in gridview from table "files address fetched" not actual files
thanks in adavance