6
Answers

populate dropdownlist from ids

I have two ids in database
 
TypeOfPay
1,3
 
i have one dropdownlist with Text( 1.Cash,2.Cheque,3.ECS)
 
I have the value only (1,3)
 
 dropdownlist.text   (Cash,ECS)
 
HOW to populate it in C#
Answers (6)