Hello Experts.
This Is My JSON Link.
https://fuel-station-d8853-default-rtdb.firebaseio.com/invoices-prod.json
How Can I Read Complete In GridView C#.
For Example "004" Is Branch No Selected From DropDown
Then "5M-20" Machine No Selected From Another Dropdown
Then Bottom Inside Data Shows In GridView Only.
{
"004": {
"5M-20": {
"-Mw0kq9DUNh8XdpMMwCX": {
"CDN_number": "CN5M-202202160001",
"final_value": 0.0,
"invoice_number": "5M-202202160001",
"note_date": "2022-02-16T12:00:39",
"note_type": "CN",
"note_value": -45.0,
"total": 45.0,
"userID": "7845",
"vat_amount": 0.0
}
}
},
"005": {
"5ANAS": {
"-Mw6iQQVmy39Am1NBh-K": {
"CDN_number": "CN5ANAS2202170005",
"final_value": 0.0,
"invoice_number": "5ANAS2202170005",
"note_date": "2022-02-17T15:47:57",
"note_type": "CN",
"note_value": -58.0,
"total": 58.0,
"userID": "7845",
"vat_amount": 0.0
}
},
"AnasB": {
"-Mw5chyUmzSYU5pD8-rF": {
"CDN_number": "CNANASB2202170002",
"final_value": 0.0,
"invoice_number": "ANASB2202170002",
"note_date": "2022-02-17T10:42:59",
"note_type": "CN",
"note_value": -56.0,
"total": 56.0,
"userID": "7845",
"vat_amount": 0.0
},
"-Mw5mI13scmfa91gMa7X": {
"CDN_number": "CNANASB2202170001",
"final_value": 0.0,
"invoice_number": "ANASB2202170001",
"note_date": "2022-02-17T11:25:15",
"note_type": "CN",
"note_value": -56.0,
"total": 56.0,
"userID": "7845",
"vat_amount": 0.0
}
}
},
"006": {
"5M-20": {
"-Mw1AKlx1pFPo5-EERNy": {
"CDN_number": "CN5M-202202160001",
"final_value": 0.0,
"invoice_number": "5M-202202160001",
"note_date": "2022-02-16T18:56:23",
"note_type": "CN",
"note_value": -45.0,
"total": 45.0,
"userID": "7845",
"vat_amount": 0.0
}
}
}
}