A
abc
i have a the following:
Main Connection includes the fields for gender (male or female) and
name (user's names).
Secondary Connection includes the fields for id, gender, and name.
I have a dropdown list that is binded to the 'name' in Main Connection.
The data is being pulled from the secondary connection, 'name'.
Then, I have a textbox which is read only and is binded to the 'gender'
in Main Connection.
I need the textbox to auto-populate with 'gender' when the user selects
a name in the dropdown list.
please help!
Main Connection includes the fields for gender (male or female) and
name (user's names).
Secondary Connection includes the fields for id, gender, and name.
I have a dropdown list that is binded to the 'name' in Main Connection.
The data is being pulled from the secondary connection, 'name'.
Then, I have a textbox which is read only and is binded to the 'gender'
in Main Connection.
I need the textbox to auto-populate with 'gender' when the user selects
a name in the dropdown list.
please help!