<asp:DropDownList ID="drp1" runat="server" AutoPostBack="true" OnSelectedIndexChanged="drp1_SelectedIndexChanged"> </asp:DropDownList>
protected void drp1_SelectedIndexChanged(object sender, EventArgs e) { ViewState["CurrentPageIndex"] = null;//clear viewstate bindrepeater();//bind your repeater here }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)