C
camel
I need a value from a bindingsource for example:
string x = bs.current["columnname"].value
is this possible. I am passing this string from one form to another.
string x = bs.current["columnname"].value
is this possible. I am passing this string from one form to another.