masthan p
paging in gridview using asp.net?
By masthan p in ASP.NET on Mar 28 2014
  • Kml Surani
    Apr, 2015 15

    yes

    • 0
  • Sarath Kumar
    Jan, 2015 4

    check the following link http://www.codeproject.com/Questions/588555/Howplustoplusrestrictplusrowsplusperpluspageplusin

    • 0
  • Sarath Kumar
    Jan, 2015 4

    First we can define the property of Allow Paging="true" for your reference,check the following example, protected void GridView3_PageIndexChanging(object sender, GridViewPageEventArgs e) { /*Fill Gridview*/ GridView3.PageIndex = e.NewPageIndex; GridView3.DataBind(); }

    • 0
  • Munesh Sharma
    Oct, 2014 9

    there is a property of grid view " PAGING" made it as true

    • 0
  • Roymon TP
    Oct, 2014 9

    User default paging property of Grid view ,for that just enabled allow paging is true.

    • 0
  • Mahesh Kumar Alanka
    Apr, 2014 26

    Select the Paging Option available in the Smart Tag

    • 0
  • Sachin Kalia
    Apr, 2014 22

    can you share your code segment?

    • 0
  • masthan p
    Mar, 2014 28

    Dear All,

    I created one web page that page contain: gridview and dropdownlist,
    here once click in dropdown selecteditem means high to low and low to high
    automatically display high to low values and low to values but here i want pageing 

    in gridview more items and each page contain only 10 items this output how 
    i got small error means does not support server side tag 
    how i can resolve this problem please reply me in these question any doubts please ask me 

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS