hy,
i configured dropdownlist:
<asp:DropDownList ID="ddl_filter1" runat="server" Width="120px" DataSourceID="ObjectDataSource1"
DataTextField="PLC" DataValueField="PLC" OnSelectedIndexChanged="ddl_filter1_SelectedIndexChanged" />
and i want that when i choose a value from the DropDownList an event will happen
but for somereason the code behind do not run.
what is the problem in my code ?
Did you put
AutoPostBack="true"for the ddl?For your code would be: