October 2010
Intermediate to advanced
1920 pages
73h 55m
English
ImageFieldsYou use ImageField to display an image stored on the server’s hard drive. You can’t use ImageField to display images stored in a database table.
The page in Listing 11.26 illustrates how you can use ImageField when creating a simple photo gallery (see Figure 11.18).
Figure 11.18. Using ImageField with the GridView control.

Listing 11.26. ShowImageField.aspx


The GridView in Listing 11.26 contains ImageField that looks like ...
Read now
Unlock full access