Hi Sir,
When I call the GetDiamondsSecure Webmethod , my table dt are giving only 50 records but DiamondCount reference parameters shows complete records count( more than 50 ).
below code was working properly till yesterday , Records in table dt and DiamondCount reference parameters count were same but now both are not same.
I m using below code..
RapLinkInventoryPlusWebService.RetailFeed webServiceManager =
new RapLinkInventoryPlusWebService.RetailFeed();
//This must be done in HTTPS protocol
int DiamondCount;
DataTable dt = webServiceManager.GetDiamondsSecure(
"MyUser", "MyPassword",
webServiceManager.Shapes.ROUND, or PRINCESS or CUSHION etc..
0.00, 100.00, //size From - To
webServiceManager.Colors.D, webServiceManager.Colors.I, // Color From - To
webServiceManager.Clarities.IF, webServiceManager.Clarities.I1, // Clarity From - To
webServiceManager.Cuts.EXCELLENT, webServiceManager.Cuts.Good,// Cut From - To
100, 50000, // Price From - To
1, 100, //Page, Results in page
ref DiamondCount);
please give me the solution.
Thanks ,
Shobhit Parasher