Instead of:
Try:Code:ddSectorName.Items.Insert(0, "All") ddSectorName.Items(0).Value = "%"
DJCode:Dim newItem As ListItem newItem.Text = "All" newItem.Value = "%" ddSectorName.Items.Insert(0, newItem)
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |