How to store the Images in sql table and how to display the images in gridview...?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
-
HI, I want to store the Image files in sql table and after inserting, I want to read and display the same in gridview..... For storing ImagePath what is the datatype used and for Imagedata what is the datatype.......please help me.. Best Regards Mcmilan
cheers, Abhijit
-
HI, I want to store the Image files in sql table and after inserting, I want to read and display the same in gridview..... For storing ImagePath what is the datatype used and for Imagedata what is the datatype.......please help me.. Best Regards Mcmilan
mcmilan wrote:
For storing ImagePath what is the datatype used
Varchar
mcmilan wrote:
for Imagedata what is the datatype.
VARBINARY(MAX)
Navaneeth How to use google | Ask smart questions