I have 5 fileupload in table.
I am uploading all 5 files with specific name & saving file name in database
How to get that files in Updated form?
I am using requiredfieldvalidator in form so on submit it will throw an error
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Joginder BangerPosted Dec 9, 2014, 3:35 AM
http://www.aspsnippets.com/Articles/Retrieve-and-display-PDF-Files-from-database-in-browser-in-ASPNet.aspx
Sanket JainPosted Dec 9, 2014, 2:55 AM
I want to show that files in a page
How to show pdf file in that form ?
Joginder BangerPosted Dec 9, 2014, 2:07 AM
What type of file you save in database, no extension method define in question.I assume your problem like this.
Note: if you want image save. why are u save image in database. I think you just save the image name in database.
how to show a image. you just get a image name from the database and show in image control.