Link to home
Start Free TrialLog in
Avatar of CompGenHosp
CompGenHosp

asked on

DataGridView Data Bound Changes

I want to make changes while DataGridView is populated. (the code in Windows VB 2008)
When I use Web I use the following function:
Private Sub DataGrid2_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles DataGrid2.ItemDataBound

What is the syntax for DataGridView in Windows VB
Avatar of Meir Rivkin
Meir Rivkin
Flag of Israel image

do u mean in winforms?
Avatar of CompGenHosp
CompGenHosp

ASKER

Yes
The RowsAdded event of the DataGridView serves the same purpose.
Do you have an example of the code/function? Thanks
ASKER CERTIFIED SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial