Image did not appear in DataList
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
If i use binary data type for image, did i have to upload the image to DB? Is it a must to use upload function with generic handler? if i use upload function, does this means i need to upload images in separate table? i want to put images in my Products table, with all products' details. can i just put image path in DB and display the images in DataList? I need to display images for products, the details and the prices dynamically in repeated columns. I did the handler, but the image didn't appear, just the details appeared. I wonder so hard what's wrong with this. Is it my SqlDataSource or my handler?