Jerry,
No, you don't have to use AutoPostBack property. Rather check if you are
using IsPostBack property in the PageLoad event.
Eliyahu
<> wrote in message
news:...
> Do you have to use AutoPostBack to read the selected value in a dropdown
> list? I have an asp.net dropdown on a form. I'm filling it from a table
> when the page loads and want to read the value the user selected when they
> submit the entire form. But regardless of the value they select, I always
> get the first item in the list when I read it. I can get the values from
> the text boxes without a problem. But the dropdown list seems to work
> differently. What am I doing wrong? Thanks.
>
> Jerry
>
>
|