Hello;
Is it possible to get extra attribute from JSON on databound?
I want to get the SQL attribute in JSON in databound and show it to the user if the user wants to save it or not.. Also I will use that sql to download filtered records as an Excel File..
How can I get sql attribute??
Here is my JSON:
{
"total": 1,
"sql": " ciTypeID \u003d \u002716\u0027 and description like \u0027%3G%\u0027 and ciTypeId\u003d16",
"rows": [{
"it_contact": "BELİRLENEMEDİ",
"business_priority": "3",
"code": "IU0103",
"customer": "BELİRLENEMEDİ",
"type": "Product, Business Service",
"service_owner": "-",
"id": "20111",
"bcrs": "-",
"environment": "Production",
"ciName": "3G_GPRS_UzaktanErisim",
"description": "3G/GPRS Uzaktan Erişim",
"name": "3G_GPRS_UzaktanErisim",
"domain": "BELİRLENEMEDİ",
"typeId": "16"
}]
}
Thanks...
Is it possible to get extra attribute from JSON on databound?
I want to get the SQL attribute in JSON in databound and show it to the user if the user wants to save it or not.. Also I will use that sql to download filtered records as an Excel File..
How can I get sql attribute??
Here is my JSON:
"total": 1,
"sql": " ciTypeID \u003d \u002716\u0027 and description like \u0027%3G%\u0027 and ciTypeId\u003d16",
"rows": [{
"it_contact": "BELİRLENEMEDİ",
"business_priority": "3",
"code": "IU0103",
"customer": "BELİRLENEMEDİ",
"type": "Product, Business Service",
"service_owner": "-",
"id": "20111",
"bcrs": "-",
"environment": "Production",
"ciName": "3G_GPRS_UzaktanErisim",
"description": "3G/GPRS Uzaktan Erişim",
"name": "3G_GPRS_UzaktanErisim",
"domain": "BELİRLENEMEDİ",
"typeId": "16"
}]
}
Thanks...