How Can I Populate The DropDown List In C# Asp.NET Only First 2 Values
Station ID And StationName_Arabic
[
{
"StationId": 1,
"StationName_Arabic": "محطة العوالي",
"StationName_English": "Awali Pump",
"CompName": null,
"Address": null,
"VatNumber": null,
"PriceCategId": 1,
"StationNo": "004",
"Active": 1
},
{
"StationId": 2,
"StationName_Arabic": "محطة العوالي",
"StationName_English": "004",
"CompName": null,
"Address": null,
"VatNumber": null,
"PriceCategId": 1,
"StationNo": "005",
"Active": 1
}
]