G
Guest
hey all,
i was wondering when you databind a datatable to a datagrid if i use the
OnItemDataBound event to change a value in the datagrid
e.g.:
e.Item.Cells(1).Text = "Some updated value"
will the datatable get updated too?
thanks,
rodchar
i was wondering when you databind a datatable to a datagrid if i use the
OnItemDataBound event to change a value in the datagrid
e.g.:
e.Item.Cells(1).Text = "Some updated value"
will the datatable get updated too?
thanks,
rodchar