R
Red Green
I have a form with a datagrid and a dataset bound to it. I want to launch a
second form and pass it a value from whichever record the user has selected.
I can't find an example anywhere that shows me how to do this. I know how to
launch the 2nd form and how to make a public variable to hold the value but
I can't figure out how to get the value.
In Delphi what I need should be something like
dataSet1.FieldByName('UserID').Value;
Is there an easy way to get this in .NET? Do I need a currency manager or
something complicated like that?
second form and pass it a value from whichever record the user has selected.
I can't find an example anywhere that shows me how to do this. I know how to
launch the 2nd form and how to make a public variable to hold the value but
I can't figure out how to get the value.
In Delphi what I need should be something like
dataSet1.FieldByName('UserID').Value;
Is there an easy way to get this in .NET? Do I need a currency manager or
something complicated like that?