Selecting from Manually Build DropDownList

Saralinda

New member
Joined
May 1, 2013
Messages
1
Programming Experience
10+
Since I've been browsing the web for all sorts of solutions since I started SQL server job in January, I suspect I need to provide code, but I will have to bring it tomorrow.

Have two sets of RadioButtonLists identifying what type of activity is wanted (add or display/update), and which database to pull a list from, and then a DropDownList is built in Code Behind from the appropriately identified data base (from sysobjects) inside the RadioButtonList_Selected something Subroutine (I think -- but definitely not in a subroutine with a title identifying DropDownList).

If PostBack is not clicked, one cannot "select" from the list. It always comes back with the top value of the list. If PostBack is selected, although it looks like it's performing correctly (it feels right), cannot seem to identify the selected value (which is, of course, being passed to something else). Please advise if possible.

Thank you,
Saralinda
 
Back
Top