How to Clear DropDownList Selected Item in ASP.Net C# No comments categories: Asp.Net, C#, DropDownList Share This: Facebook Twitter Google+ Stumble Digg DropDownList Clear C# Coding protected void Button1_Click(object sender, EventArgs e) { DropDownList1.SelectedIndex = -1; } Email ThisBlogThis!Share to TwitterShare to Facebook
0 comments:
Post a Comment