2
Answers

GridView

Hi,

 In gridview based on the parameter no. of result per page and total no. of result the value should get display in gridview.
can any one help me with coding????. Suppose total no. of result if I have given 10 and Result per page 11 in value should get display only 10.

Answers (2)

0
Photo of Jiteendra Sampathirao
NA 6.9k 1.5m 13y

Hi,
Use these properties;
allowpaging=true, pagesize=10

in the code behing use pageIndexchanging event.......
0
Photo of Muralidharan Deenathayalan
NA 11.9k 1.5m 13y

 Enable paging for the gridview and set the pageSize dynmaically for the grid.