Hello,
I want to prepare a web service to accept array
for example:
I want to have
{roomNumber1,productID1,Quantity1}, {roomNumber2,productID2,Quantity2}, {roomNumber3,productID3,Quantity3}
I mean one time they call my service to insert 5 datarows with 3 fields
and in service collect these arguments to insert sql database one by one
I think I must use request.querystring for array list but I don't know how?
Could you please help?
Thank you.
Go to the complete details ...