Hi
I have a table(typeImage) which stores id and image in binary format.In another table(type) I have id and type,description.
The id in type can have more than one image in typeImage. If i give id i want to retrieve the list of images. For ex : In the type table id = 34.
in typeImage the image numbers are 2,6,5
When i give the id = 34 I want to get the values 2,6,5
How to get it? I have been struggiling but no result.
Thanks
entry levelPosted Jul 7, 2021, 3:42 PM
Sachin SinghPosted Jul 7, 2021, 5:02 AM
Sachin SinghPosted Jul 6, 2021, 7:47 PM
for webforms, just the view part will be changed as shown below where i am considering you have image controls on aspx page. or you can create them dynamically approach will be same.
Sachin SinghPosted Jul 6, 2021, 7:26 PM
Sachin SinghPosted Jul 6, 2021, 4:28 PM
Sachin SinghPosted Jul 4, 2021, 7:55 PM