vote up 0 vote down star

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.

flag
provide with some code. – Oscar Cabrero Jan 27 at 6:49

1 Answer

vote up 2 vote down

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

link|flag
Yes, rebind only if (!PostBack) – Alexander Prokofyev Jan 27 at 6:54
Add some code to the post then, you're not giving us much information to go on. – Steven Robbins Jan 27 at 7:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.