Venerable Bede
Member
I have a page for editing a job .
One of the underlying fields is StaffMember which contains a number (foreign key).
e.g
1=John
2=Fred
I have an asp.net combo for this field which is populated with a list of staff members and their number. This is so that when editing the user can change the member of staff associated with this record.
The problem I have is that if I open the page to edit the record of Fred the combo will always display the first entry John.
HOw can I get the combo to display the correct staff member and not the first ?
One of the underlying fields is StaffMember which contains a number (foreign key).
e.g
1=John
2=Fred
I have an asp.net combo for this field which is populated with a list of staff members and their number. This is so that when editing the user can change the member of staff associated with this record.
The problem I have is that if I open the page to edit the record of Fred the combo will always display the first entry John.
HOw can I get the combo to display the correct staff member and not the first ?