G
Guest
I had 4 arrays
string [] LastName;
string [] FirstName;
string [] BirthDay;
string [] Phone;
What is the good way to store these information in a table? and when user
click on LastName/FirstName (as a keyword on combobox) then all other
information display on text boxes.
thanks
string [] LastName;
string [] FirstName;
string [] BirthDay;
string [] Phone;
What is the good way to store these information in a table? and when user
click on LastName/FirstName (as a keyword on combobox) then all other
information display on text boxes.
thanks