I have table movie:
movies
movie_Id int
title varchar (50)
image varchar(50)
I insert into movie table:
movie_Id
title
image
1
Hyde Park on Hudson
1.jpg
2
Playing for Keeps
2.jpg
3
Cheerful Weather for the Wedding
3.jpg
4
Heleno
4.jpg
6
Deadfall
6.jpg
How to display the a image from folder in gridview which image name stored in sql server:
help me I want to use imagefield or img in ...
Go to the complete details ...