c# - How to get dataset from Getpaged? -


what problem in code ?

service.billviewservice bvs = new service.billviewservice(); db.billview bv = new db.billview(); dataset ds = new dataset(); ds = bvs.getpaged("invno=" + n, null, 0, 10000, out x).todataset(); 

here

try

  bvl2 = bvs.getpaged(" date = '" + today + "' , userid = " + specuserid + "", null, 0, 1000, out x).todataset(false); 

Comments

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -