P
Paul Jones
Hi,
which Form event is triggered first during application startup? I need
to load data from a database before RowEnter event of a DataGridView
comes to life. I've put the loading code into Form_Load, but that is not
good enough, because RowEnter is triggered sooner. Hence, an exception
is raised when I try to work with the DataSet, which does not contain
any tables yet.
Thanks for any help.
With regards
Paul Jones.
which Form event is triggered first during application startup? I need
to load data from a database before RowEnter event of a DataGridView
comes to life. I've put the loading code into Form_Load, but that is not
good enough, because RowEnter is triggered sooner. Hence, an exception
is raised when I try to work with the DataSet, which does not contain
any tables yet.
Thanks for any help.
With regards
Paul Jones.