P
Paul Sampson
There is probably a simple answer to this one. I've come from a VB6
background, where I've used the Open event on a form to load data
structures, bind controls, etc.
Unless I'm overlooking the obvious, I can't see how/where this is done in
C#. I have this line inside main() :
Application.Run(new frmMain());
Can anyone tell me the ideal place to make connections to SQL and bind
controls using strong typing (that's the end goal).
Any good links would be appreciated too.
Many thanks
background, where I've used the Open event on a form to load data
structures, bind controls, etc.
Unless I'm overlooking the obvious, I can't see how/where this is done in
C#. I have this line inside main() :
Application.Run(new frmMain());
Can anyone tell me the ideal place to make connections to SQL and bind
controls using strong typing (that's the end goal).
Any good links would be appreciated too.
Many thanks