I want a drop down list that select all categories. How in Vb.NET can I select all

Mayur

New member
categories from a database? My code

If DropDownList1.SelectedValue = "All" Then

End if

"All" is the value for the drop down list and the parameter name is Category
 
Back
Top