HI,
I am quite new in this field.I am developing one C# web application .can you help me with following stuff.
I want to Display images from a folder which contains nearly 1000 images.
That image files in folder(means image itself) has names like 15_1,15_2,15_5,15_40,18_1,18_3... where first field is id which i have to compare with plantid field and if match found then show all the images i.e. say plantid=15 then if plantid=imgeid is true then show the images with names 15_1,15_2,15_5,15_40
1.how i will get that 15 for comparison?
2.which control is used to show images?
Please help me !
Thanks in advance for spending time here for me.thanks again!!!