Custom Paging without stored procedures

Rate It (2)

Last post 03-20-2009 1:49 AM by vora_bhaumik. 25 replies.

Sort Posts:

  • Re: Custom Paging without stored procedures

    11-10-2006, 7:26 PM
    • All-Star
      26,551 point All-Star
    • Caddre
    • Member since 06-23-2003, 9:53 AM
    • Indy
    • Posts 5,308

    DECLARE @mytable TABLE
         (
      rownum int IDENTITY(1,1),
      style NVARCHAR(50),
      fabric NVARCHAR(50),
      team NVARCHAR(50),
      color NVARCHAR(50)
         ) 

    Nice table albeit modified, but forums leaves a trail.

    Kind regards,
    Gift Peddie
  • Re: Custom Paging without stored procedures

    11-10-2006, 7:37 PM
    • Star
      12,126 point Star
    • shados
    • Member since 07-07-2006, 11:24 PM
    • Posts 2,202
    Err? I never pretended for it to be the same. How could it be? I showed you a -real- table, while this is just a temporary one. I was just showing that rownum was a valid column name.
  • Re: Custom Paging without stored procedures

    11-11-2006, 10:17 AM
    • Member
      565 point Member
    • pqxl
    • Member since 11-14-2005, 1:54 AM
    • Posts 115
    I think Caddre is somewhat of a bessewisser that just have to be right, even when she is wrong. Like proven in other threads when she in fact tries to convince people that they missunderstood the question when she missunderstood everything from start to end.
  • Re: Custom Paging without stored procedures

    11-11-2006, 10:53 AM
    • All-Star
      26,551 point All-Star
    • Caddre
    • Member since 06-23-2003, 9:53 AM
    • Indy
    • Posts 5,308

    http://forums.asp.net/thread/1455988.aspx

    Like you try to make object permissions appear simple only to get to where I started in this thread.

     

    http://forums.asp.net/thread/1459045.aspx

    And you both bulling me to stop explaining to the user  that there are no two timestamps to compare because it is not time in the above thread.


    So I should let users run code in a disposable table being queried to page rows not associated to a column leave data persistence to chance and a UI control the Gridview.  That code is not valid if it was a thread it is none of my business it is a faq he was proudly referencing as valid code, in the Architecture forum in the thread below.

    http://forums.asp.net/1/1454575/ShowThread.aspx


    I call it cave men bulling me to intimidate my participation in the forums run by the largest software company in the world.

    Kind regards,
    Gift Peddie
  • Re: Custom Paging without stored procedures

    11-11-2006, 5:42 PM
    • All-Star
      45,864 point All-Star
    • SomeNewKid
    • Member since 08-10-2003, 12:16 AM
    • Western Australia
    • Posts 8,027

    This thread has regressed to a bout of name calling that is inappropriate on a professional developers forum.

    Caddre, please be sure to read and understand all posts in a thread before contributing to the thread.  Without that understanding, a thread can be moved off on a tangent that will not help the original poster.

    Pqxl, please refrain from attacking other members.  While you may challenge a person's argument, you may not attack the person.

    If anyone on this thread wishes to continue their complaint, he or she may do so with a private message to me.  Otherwise, please allow this thread to return to the topic introduced by shados.
     

    Alister
  • Re: Custom Paging without stored procedures

    11-11-2006, 5:58 PM
    • All-Star
      26,551 point All-Star
    • Caddre
    • Member since 06-23-2003, 9:53 AM
    • Indy
    • Posts 5,308

    How do people who do not know and like stored procedures understand the chain of two stored procs and comparison of two timestamp when there is one more than I do. 

    I am just calling things as I see them. There is a problem and it is not going away.

    Kind regards,
    Gift Peddie
  • Re: Custom Paging without stored procedures

    12-08-2006, 12:02 PM
    • Participant
      964 point Participant
    • loydall
    • Member since 08-15-2002, 6:53 AM
    • London
    • Posts 311
    I'd just like to say that I don't understand what either of you are talking about.
    http://www.developdesign.co.uk/
  • Re: Custom Paging without stored procedures

    12-09-2006, 9:09 AM
    Here's a nice little tutorial on it. No stored procedures.
    http://www.developerfusion.co.uk/show/4060/
    .NET and Java planets
  • Re: Custom Paging without stored procedures

    12-26-2006, 7:02 AM

    Just use Fill(DataSet dataSet, int startRecord, int maxRecords, string srcTable); method of DbDataAdapter.


    Thanks,
    Gurjinder Singh Brar
    http://agileguru.blogspot.com

  • Re: Custom Paging without stored procedures

    03-18-2009, 12:24 AM
    • Star
      12,649 point Star
    • malcolms
    • Member since 06-12-2008, 4:38 AM
    • Melbourne, Australia
    • Posts 2,078

    A cool article on efficient server side paging:

    http://www.dotnetcurry.com/ShowArticle.aspx?ID=267

    Sincerely,
    Malcolm Sheridan

    Microsoft Certified Solution Developer
    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as
    Answer" if a marked post does not actually answer your question.
  • Re: Custom Paging without stored procedures

    03-20-2009, 1:49 AM
    • Contributor
      2,042 point Contributor
    • vora_bhaumik
    • Member since 11-25-2008, 10:56 PM
    • Ahmedabad
    • Posts 339

     Hi friend You chan just check the following URL for the Custome paging in the Gridview.

    http://www.codeproject.com/KB/webforms/FullGridPager.aspx?fid=469379&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=2299627

    Enjoy Smile

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.

    Regards,
    Bhaumik
Page 2 of 2 (26 items) < Previous 1 2