i have an image in sql i have to retrieve in asp.net page with roll no as input .. how to do it
i have roll no textbox and image control in asp.net
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.
Vipul KelkarPosted Jan 5, 2010, 4:28 AM
I guess it would be better to store just the path instead of the whole Image
Store the image in the projct folder and store the Path as a string in database
Just retrieve it and give the path to Image control
Thanks