The URL Is:
http://reportguru.webdenza.com/vdetect-pro-2/api.php?q={\"svc\":\"auth\",\"params\":{\"username\":\"username\",\"password\":\"passowrd\"}}
The username and password should come from textboxes.Asp.net(c#)
code is needed.
After passing the credentials the following json will come.
{ "items":
{ "642163":
{ "id": 642163,
"nm": "AK-21699-11-Lancer-Mohammed Al Noman" },
{ "642169":
{ "id": 642169,
"nm": "AK-21699-11-Lancer-Mohammed Al Noman" } ,
{ "642063":
{ "id": 642063,
"nm": "AK-21699-11-Lancer-Mohammed Al Noman" }
},
"sid": "fdf47003cc1eca9133822ba0025c6aea",
"count": 12,
"p_type": "hst"
}
fdf47003cc1eca9133822ba0025c6aea
All the items should come.I have 642163 like id 100.How get all these values in asp.net(c#).