G
Guest
In C#, I use the following to bind ItemDataBound to a DataGrid:
grid.ItemDataBound += new DataGridItemEventHandler(OnContentItemDataBound);
Does anyone know the equivalent of this in vb.net?
Thanks,
Ken
grid.ItemDataBound += new DataGridItemEventHandler(OnContentItemDataBound);
Does anyone know the equivalent of this in vb.net?
Thanks,
Ken