Hey,

Rather than use SelectedItem, try SelectedValue.

Also, I know it may seem "easy" to use Response.Write, I have found that it can actually confuse matters when it comes to debugging and layouts etc, so I would encourage you not to use it.

Rather write out to a Label Control, or simply do a Debug.Write to see it in the Output Window.

Hope that helps!!

Gary