Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hello , i have product table in the data base with image column , now i have another table to the images that is associated with that product ,
i want to make apage that show that images from the database beside the description of that product , is there any java script or jquery box that capture that images from database ?
Posted

1 solution

JavaScript?! Forget it; really a bad idea. You really need to do it on server-side using ADO.NET:
http://en.wikipedia.org/wiki/ADO.NET[^],
http://msdn.microsoft.com/en-us/library/aa286484.aspx[^].

You will find a lot of material on CodeProject explaining how to work with images. Just do some search. If you face some of particular problems, you are welcome to ask a question, but you need to be more specific.

Good luck,
—SA
 
Share this answer
 
Comments
Ahmad Abd-Elghany 25-Jan-13 18:09pm    
http://www.ebay.com/itm/Canon-EOS-Rebel-T3i-600D-18-0-MP-Digital-SLR-Camera-EF-S-18-55mm-IS-II-Kit-/181065162617?pt=Digital_Cameras&hash=item2a28531f79

i want to make tha left box that conatin the big image and the smaller images
Ahmad Abd-Elghany 25-Jan-13 18:09pm    
am already working with the ADO
Sergey Alexandrovich Kryukov 25-Jan-13 18:11pm    
Then why don't you understand that using JavaScript to work with database is pointless, do you?
—SA
Ahmad Abd-Elghany 25-Jan-13 18:12pm    
:D i do , but the customer didn't , do you have any idea that could help me ?
Sergey Alexandrovich Kryukov 25-Jan-13 18:20pm    
How can it be related to customer? You need to use the instruments which are most appropriate. To get further help, you may need to ask a more specific question. What are your concerns/problems? As you say you already use ADO.NET, you should already know how. But if some part of if is difficult, you are welcome to ask a question.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900