Sorry for the newbie question, but I am just getting started.
I have a drop down list that I am trying to populate with data from two fields.
If in the dataTextField, I populate lastname, the drop down works fine and populates the lastname field in the drop down.
What I want is to do a lastname, firstname. MY SQL statement pulls the correct data, I just don't know how to get this into the drop down correctly.
Fields imported via the SQL statement ( lastname and firstname)
Also I am doing this in Visual Studio via C#.
Thanks
Don
I have a drop down list that I am trying to populate with data from two fields.
If in the dataTextField, I populate lastname, the drop down works fine and populates the lastname field in the drop down.
What I want is to do a lastname, firstname. MY SQL statement pulls the correct data, I just don't know how to get this into the drop down correctly.
Fields imported via the SQL statement ( lastname and firstname)
Also I am doing this in Visual Studio via C#.
Thanks
Don