displaying file from database in an iframe at runtime
I have a table which contains some persons and information about them in .doc file.I have a web page which displays name of the persons on clicking one of the person it will display related doc file in the iframe of that page.I can display file on the iframe but unable to display according to the above condition.
nitin murkutePosted Oct 6, 2009, 6:06 AM
Then on clicking the link you can refresh the iframe source with document name.
HTH
Roei BarPosted Oct 1, 2009, 8:44 AM
if you are able to render the file to the iframe, then you can
just refresh the Iframe content by the selected Person Id ?
or am i missing something