Question regarding event change in dropdownlist

xXfighterXx

New Member
i've made a dropdown list, and trying to run a method in codebehind, when item is selected. i've tried with the code below, but unsucessfully. <BR><BR><asp:DropDownList OnSelectedIndexChanged="Heisann" ID="type" CssClass="textfield" Runat="server"><BR><asp:ListItem Text="dealer" Selected="False"></asp:ListItem><BR><asp:ListItem Text="family" Selected="True"></asp:ListItem><BR><asp:ListItem Text="person" Selected="False"></asp:ListItem><BR></asp:DropDownList><BR><BR>Thanks for any inputs
 
Back
Top