tags:

views:

131

answers:

1

I have one dropdown list on my asp.net page. when i am selecting an item in the dropdown list it is going to the first item of dropdown list even i set autopostback is true.

+2  A: 

Are you sure you're not rebinding the list on PostBack?

Steven Robbins
Yes, rebind only if (!PostBack)
Alexander Prokofyev
Add some code to the post then, you're not giving us much information to go on.
Steven Robbins