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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -