Image not showing in listview in c#
问题 I am working on Winforms where I am saving path of image in database, and then retrieving the path and giving it to Imagelist. The images from Image list are used in ImageView. But the image is not displaying, its path is correctly displayed but image is not showing. public void yourvideos(string user, ImageList imageList, ListView lv, Label l,TextBox s) { cmd = new SqlCommand("select Title,Thumbnail from RecipeInfo where Username=@username", con); cmd.Parameters.AddWithValue("@username",