Home All Groups Group Topic Archive Search About
Author
21 Mar 2005 8:01 PM
Scott Friedrich
I have a dropdownlist in the EditItemTemplate. I have AutoPostBack set to
True.  The page does post back on SelectedIndexChanged but I can't seem to
add a handler to grab it. 

Anyone have a sample? 

Scott

Author
21 Mar 2005 8:18 PM
Brock Allen
You can't add a handler to grab what? The event? You can set OnSelectedIndexChange="YourEvent"
in the DropDownList.

-Brock
DevelopMentor
http://staff.develop.com/ballen



Show quoteHide quote
> I have a dropdownlist in the EditItemTemplate. I have AutoPostBack set
> to True.  The page does post back on SelectedIndexChanged but I can't
> seem to add a handler to grab it.
>
> Anyone have a sample?
>
> Scott
>