aspx thread: Repeater with Dropdown
I have a drop down inside of a repeater. When the user changes the value in a drop down I want to update the record. I have tried using the onselectedindexchanged event of the drop down, in conjunction with autopostback=true. It posts back to the server when I change a value in a drop down, but it never calls any variation of the methods I've created. Is there something special you need to do to make this work?!? Any examples anywhere?
|





