G
Gerry Viator
Hi all,
Ok I have a sub that creates a Datatable
loads some values then I bind it to a DataGrid to show
the user.
I later need to add values to the third Column in that datagrid?
Ok I tried a Global datatable but at the line where
Datagrid.Datadource = Datatable
it takes like 3 - 5 seconds?
thanks for any help
Gerry
Ok I have a sub that creates a Datatable
loads some values then I bind it to a DataGrid to show
the user.
I later need to add values to the third Column in that datagrid?
Ok I tried a Global datatable but at the line where
Datagrid.Datadource = Datatable
it takes like 3 - 5 seconds?
thanks for any help
Gerry