hi,
I'm trying to bind data table to gridview without any success.
My gridview contains a few columns like Date (DateTimeColumn), Name (TextBoxColumn), User: (ComboColumn)...
when i read my data from server to dataTable its contains (iDate, iName, iUser, and a few more columns, more than the gridview contains)
and as you can see the names of columns are differents.
In that case, how can i bind the dataTable to gridview??
Best regards,
Roy