Anyone help me,
i have database table like this [sql server 2008]
table1
state-id | country | pincode | StateName |
1 | ttt | 587030 | xyz |
2 | yyy | 678543 | htk |
in asp.net i have dropdownlist and lable.
how i can fetch stateName value to dropdown and its respective pincode to lable.