Wednesday 8 October 2014

How to Clear DropDownList Selected Item in ASP.Net C#

No comments    
categories: , ,
DropDownList Clear





C# Coding


  protected void Button1_Click(object sender, EventArgs e)
    {
        DropDownList1.SelectedIndex = -1;

    }









0 comments:

Post a Comment