This is my code in aspx file
cnn.Open(); SqlDataAdapter da1 = new SqlDataAdapter(\"select * from carousel\", cnn); DataTable dt1 = new DataTable(); d
suppose your image column name in database "ImageName" then
Solution 1:if your image in Root Folder
OR
Solution 2:if your image in images Folder
Your Final Solution: