G
Guest
Hi,
Using Windows Forms 1.1 (VB.NET)
I have a datagrid on my form and no datasource, just a collection of
Parameters (for a stored procedure selected by the user at runtime) which
have been populated by the user.
I want to display all these parameters in the datagrid so the user can
review them before executing the stored procedure.
How do I dynamically add columns and rows to the datagrid please - I
basically want to loop through the collection of parameters (in this case a
VB Collection containing Oracle Parameter objects, but it can also be SQL
Parameter objects)?
thanks
Philip
Using Windows Forms 1.1 (VB.NET)
I have a datagrid on my form and no datasource, just a collection of
Parameters (for a stored procedure selected by the user at runtime) which
have been populated by the user.
I want to display all these parameters in the datagrid so the user can
review them before executing the stored procedure.
How do I dynamically add columns and rows to the datagrid please - I
basically want to loop through the collection of parameters (in this case a
VB Collection containing Oracle Parameter objects, but it can also be SQL
Parameter objects)?
thanks
Philip