for example runtime dropdown list selected item you want clear put below coding aspx.cs page
protected void Button3_Click(object sender, EventArgs e)
{
DropDownList1.SelectedIndex = -1;{
DropDownList2.SelectedIndex = -1;
}
Home ASP.Net How to clear selected item dropdownlist in asp.net c#
0 comments: on "How to clear selected item dropdownlist in asp.net c#"
Post a Comment