G
Guest
I'm adding an item to a dropdownlist control using the following code,
NumberList.Items.Add( New ListItem( "Country Music", "country" ) )
Compiler Error Message: CS1026: ) expected
What's wrong?
NumberList.Items.Add( New ListItem( "Country Music", "country" ) )
Compiler Error Message: CS1026: ) expected
What's wrong?