GridView

Oct 4 2005 8:13 AM
Hi to all,

I am working on ASP.Net 2.0

I have one datatable, which i create dynamically on click on one button. 

Columns name of that datatable changes according to date, that user select from datetime picker.

Eg:
Suppose user select 10/04/2005

then datatable column name generated like

Mon 10/03/2005      Tues 10/04/2005      Wed  10/05/2005  and so on upto a whole week.

i want to bind this datatable with Gridview Control.

I set AutoGeneratedColumns = "False" of Gridview (As per requirement)

How can i bind this Gridview with that datatable.
using templetes??

Thanks