Set/Find item in Dropdownlist based on its list item value in ASP.NET
this is a very simple trick on how to select an item in pre binding/pre populated dropdown list from database in asp.net, you can use “FindByValue” method from dropdown list to return you a list item…