Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[4676] Building a Full-Featured Custom DataGrid Control

Last post 10-09-2006 1:32 PM by adwivedi1. 31 replies.
Page 3 of 3 (32 items) < Previous 1 2 3
Sort Posts: Previous Next
  • 02-02-2006 8:16 AM In reply to

    Building Custom Datagrid control

    I build my own custom datagrid control using the code from your site.

    I used this control as a reference in another aspx page at you have mentioned in your article.
    I have 400 total number of records and my page count is 5. I wrote a stored procedure which will fetch 10 records each time for custom paging.

    When I click on ellipse after 5 it shoud page 6 to 10 but they link to first set of pages. So when I click on 6 it takes me to page 1 and so on. I am unable to navigate to more than 5 pages....

    Please Let me know...
    • Post Points: 0
  • 10-09-2006 1:32 PM In reply to

    Re: [4676] Building a Full-Featured Custom DataGrid Control-Paging not working

    Hi,
    I am building a ASP .NET composite control containing a datagrid during which I am 
    finding a problem while paging of the grid.

    The problem is for example if I am having three pages to be displayed in the
    datagrid, I have set the paging mode to be numeric.Now I am going to have
    1,2,3 for navigation.
    All navigations are working perfectly but when I go back to page 1 after page 2
    or 3, the PageIndexChanged event is not triggered and I happen to see only the
    information of previous page (i.e page 2 or page 3).



    Thanks in Advance
    Ashish

















    • Post Points: 5
Page 3 of 3 (32 items) < Previous 1 2 3