B
Bill Hand
How do you get the selected item using c#? I am trying to assign the selected value to a variable.
I was trying to use something like this:
string strFullName = DOM.SelectSingleNode("/my:myFields/my:field39", NamespaceManager).Value ;
but it doesn't set the value.
Thanks.
Bill
I was trying to use something like this:
string strFullName = DOM.SelectSingleNode("/my:myFields/my:field39", NamespaceManager).Value ;
but it doesn't set the value.
Thanks.
Bill