Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB6->VB.NET Datagrid

Status
Not open for further replies.

jackb86

Programmer
Jun 3, 2003
9
0
0
US
I am migrating a VB6 app to .net. I have a datagrid that is not bound, in vb6 I was able to fire the dbgrid_UnboundAddData event by calling dbgrid.refresh, now in VB.Net this does not get called and the grid never gets refreshed (my refresh code is in teh UnBoundAddData sub.

How is this handled in VB.NET????
 
if you need to use the datagrid I would make a dataset and bind that to the datagrid. Datasets dont need to be attached to a table you can make them by adding datacolumns and datarows.

Christiaan Baes
Belgium

What a wonderfull world - Louis armstrong
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top