> It won't be any fast. Since GridView is a server control, the image will
> have to travel all the way from client to server and back. What exactly do
> you want to achieve?
No matter what images they want to store, they will need to upload them
first to the server. In the grid, you may want to show just a text link that
will open the image. Or, you may want to produce thumbnails and show them in
the grid. Users will get the full image by clicking the thumbnails.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
>> It won't be any fast. Since GridView is a server control, the image will
>> have to travel all the way from client to server and back. What exactly
[quoted text clipped - 9 lines]
>
> Luigi
Luigi - 16 Apr 2008 10:42 GMT
> No matter what images they want to store, they will need to upload them
> first to the server. In the grid, you may want to show just a text link that
> will open the image. Or, you may want to produce thumbnails and show them in
> the grid. Users will get the full image by clicking the thumbnails.
And for store the image I may put an FileUpload control in the page?
Luigi
Eliyahu Goldin - 16 Apr 2008 10:51 GMT
Correct

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
>> No matter what images they want to store, they will need to upload them
>> first to the server. In the grid, you may want to show just a text link
[quoted text clipped - 6 lines]
>
> Luigi
Luigi - 16 Apr 2008 11:13 GMT
> Correct
Ok, thank you Eliyahu.
Luigi