i hav 1 dropdown in that it contains two list item.
<aspropDownList ID="ddlstatus" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlstatus_SelectedIndexChanged">
<asp:ListItem>Select</asp:ListItem>
<asp:ListItem>UnResolved</asp:ListItem>
<asp:ListItem>Resolved</asp:ListItem>
</aspropDownList>
while selecting UnResolved i have to load this method: LoadIncident();
and while selecting Resolved i have to load this:LoadData();
so plz can anyone tell me for this which code i hav to write using C#.



ropDownList ID="ddlstatus" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlstatus_SelectedIndexChanged">

Bookmarks