Click to See Complete Forum and Search --> : Retrieving DataTable bound to DataGrid in ItemDataBound


Zcumbag
03-29-2006, 04:25 AM
Hi!

I am wondering if it is possible to do the following:

In my ItemDataBound-eventhandler i would like to access the table that was bound to my DataGrid (in the PageLoad). Is this at all possible without having to store the datatable "globally"?

I need this in order to use data/columns from the DataTable wich are not bound by any BoundColumn.

Thanks! (i use ASP.NET 1.1 with C#)