ASP.net design question

G

Guest

for an ASP.net app that is to handel 300 images, would or would not be a good
practice, not to insert images into SQL database table and just add each
image to the webform via reteriving from HD and store other info's for each
image into the SQL database? how is it done normaly? thanks for help
 
M

Michael Groeger

Ben,

you should save the location of the image (relative to your app) with the
other info's in the database and then when loading the page displaying the
image just set url property of your image properly.

Regards,
Michael
 
G

Guest

thanks Michael

Michael Groeger said:
Ben,

you should save the location of the image (relative to your app) with the
other info's in the database and then when loading the page displaying the
image just set url property of your image properly.

Regards,
Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top