I'm just beginning to learn this language. I'm reading books, internet articles and docs and attempting to do most of this on my own. I apologize if this is not the place to ask newbie questions.
I'm writing an app using the VS beta and I open a form and pass an ID into the constructor from another form. I have several queries running in the new form, using that ID but I want the dataGridView to display some values from a table, filtered by the ID I've passed in. I've been relying on the wizards because I can't seem to find any good coding examples using this and I just can't get it done. Can anyone point me to a good example or push me in the right direction?
I'm writing an app using the VS beta and I open a form and pass an ID into the constructor from another form. I have several queries running in the new form, using that ID but I want the dataGridView to display some values from a table, filtered by the ID I've passed in. I've been relying on the wizards because I can't seem to find any good coding examples using this and I just can't get it done. Can anyone point me to a good example or push me in the right direction?