paging in asp.net mvc

后端 未结 4 1586
忘掉有多难
忘掉有多难 2021-01-23 03:11

i have an asp.net website where i do paging through on the code behind using:

    PagedDataSource objPds = new PagedDataSource
                                 {         


        
4条回答
  •  爱一瞬间的悲伤
    2021-01-23 04:11

    If you buy:
    Professional ASP.NET MVC 1.0 (Wrox Programmer to Programmer)

    The section in there about Ajax and JsonResult ... very good walkthrough of how to set up both an javascript and non-javascript solution. I haven't actually implemented it, so I don't remember too much about it, I just remember when I read it, I thought it would work perfectly for paging on my new site.

    Decent tutorial here as well:
    http://www.asp.net/learn/mvc/tutorial-32-cs.aspx

提交回复
热议问题