I want to select one item in drop down list in ASP.NET written with VB.NET – I have values and texts in listbox like this:
Volvo Audi etc...
But values coming from other place in upper case… VOLVO, AUDI..
This code:
dropdownlist.FindByValue("CAPITAL")
Is not working and giving null for Volvo.. please help.
One way would be LINQ:
C#: