sql - Displaying Image dynamically in the asp.net webpage -
i want display images in website developed in asp.net(web form) dynamically. have created a page in admin section uploading image , uploded image save in folder , path save in database. uploading , edit on image done me. want display in page in want 4 images in row. control need use. or there other idea can go creating task.
i thanking ideas
you can use datalist or datarepeater or data control display image. depend on requirement.
if want show images on client side use datarepeater.
for display images in datalist : http://www.dotnetfox.com/articles/how-to-display-images-in-datalist-control-using-asp-net-with-c-sharp-1037.aspx
display images in repeater : http://ravisatyadarshi.wordpress.com/2012/11/17/how-to-display-an-image-gallery-using-repeater-in-asp-net/
Comments
Post a Comment