Hi ALL
In asp.net how do i program code for next, previous arrows for SQL Server. I have done it with MYSQL before and its easier beacuse of the limit function in MySQL. does anyone know how im suppose to do it for SQL SErver.
do you mean << < > >> for navigating a page of data? the arrows are a UI concern and the paging mechanics are a sql concern. you can solve both a number of ways. All the ORMs have a built-in paging which will build the sql for you. If you are writing raw sql statements, then google "ms sqlserver page results" or something like that. depending on the version of sql server will influence the tsql statement(s).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.