In my dropdown list for my latest project, I'm trying to put a piece of data on a label from the selection I make in the list. I have autopostback="True" so the aspx page will posted back to the server. The problem I'm having is that the value in the list keeps clearing whenever I make a new selection. How can I keep whatever I select visible in the dropdown list?