Paging In Datagrid

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Paging In Datagrid as PDF for free.

More details

  • Words: 68
  • Pages: 1
in property of datagrid-allow paging=true -page size=accoring 2 u(5 or 10 like) in pager style property haeding -horizontal allign=accoring 2 u(left or right like) -mode=numeric or next prev then in page index changed eventdatagrid2.currentpageindex = e.newpageindex; datarent(); where void datarent() { sqldataadapter da2 = new sqldataadapter("select propertyid,postedby,postedid,city,state,zipcode,status,agentassign from adminrental where postedid='" + lable2.text + "'", cn); dataset ds2 = new dataset(); da2.fill(ds2, "as"); datagrid2.datasource = ds2; datagrid2.databind(); }

Related Documents

How Paging In Datagrid
November 2019 8
Paging In Datagrid
November 2019 11
Paging
May 2020 6
Datagrid
April 2020 13
Datagrid
November 2019 14
Updations In Datagrid
November 2019 5