Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Paging

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-05 : 09:11:02
Karthik writes "I am having a table with following structure

c1 varchar(5) primary key
c2 varchar(25),
c3 varchar(25)

i need to to page thru records in this tables in my html part.

These r the conditions.

I will have search option in my html part, sort option for each and every column and the sort should be bases on previous search.


Can any one help me out."
   

- Advertisement -