Are you binding data to the drop down list in Page_Load? If so, are you
only doing it once or are you doing it every time the page loads?

(in page_load)

if(!Page.IsPostBack)
{
      //bind data to your drop down list here
}

adam..

>When I choose a value from a populated dropdownlist, it becomes selected.
>But when I hit any button or event that queries the list for its selected
>value, I find the selected value has been set back to '0'.
>
>When the screen redraws, I've reverted to the 1st item on the list.
>
>In other words, when I trigger any server side back, my list selection
>gets wiped out during postback.




---
You are currently subscribed to dotnet as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to