Gridview & caption

Can you databind a caption when using a gridview?

You can bind anything using a gridview as long as you have a valid data source which implement either IListSource or IEnumerable.