FindByValue of Asp.net DropDownList always returns null

DrBrainy

New Member
The Asp.net DropDownList's FindByValue method always returns null when it is bound to a SqlDataSource control.But, if the DropDownList bound to a DataTable, FindByValue is working as expected.Any help would be greatly appreciated! Thanks!
 
Back
Top