Author: xyz789 | Posted on: 6/9/2008 11:58:24 AM | Views : 1129

Hello,

I am currently working on an application that will track and update equipment status. 

Right now I have a radio button list control that will display the following values for the user to choose from:

Available
Unavailable
Broken

When the user selects one of the following values from the radio button list control it will post back the equipment into a dropdown list.

From here the user will select an item from the dropdown list control to edit or update the status in a detailview.

After changing the status in the detailsview from 'Available' to 'Broken' for an example...the dropdown should reflect the new values, however it will still show the equipment type as being Available and not being Broken.

Before I forget...I have a case statement in the detailsview_databound event that will cause the radio button to equal what the new status changed to ...

Go to the complete details ...