I have a Select List on a form and I need to on page load show an entry from the SL depending on the user Id of the user logged on. For example, if the SL had 3 entries: 'Div1', 'Div2', and 'Div3', depending on the division the user belongs to (I can determine that from his user Id using a SQL), say, I need to display 'Div2' to the user in the SL instead of the usual NULL or '---- Select Div ----'. 'Div1' and 'Div 3' entries will still be part of the SL, but for user's convenience I need to display their division.
Any ideas?
Thanks,