Advertisement

07.16.2008 at 07:06PM PDT, ID: 23571911 | Points: 500
[x]
Attachment Details

paging in table element on ASP page

Asked by dshi15 in Active Server Pages (ASP), Hypertext Markup Language (HTML)

Hi Expert,

I have a ASP page display customer record, I use html table to display each record inside a for loop.

the code fragment is here.

 For i = 0 To Totalcounter - 1

 strTable = strTable & "<tr>"
 strTable = strTable & "<td class='bodytext'>" & CompanyName& "</td>"
............

next

lbReport.Text = strTable

My question is how I can use "next" " last"  to paging this page if I want dispaly 20 record in each page. Is there a standard way?

Thanks in advance.




Start Free Trial
[+][-]07.16.2008 at 07:20PM PDT, ID: 22021908

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.16.2008 at 07:28PM PDT, ID: 22021943

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.17.2008 at 07:05AM PDT, ID: 22025569

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.17.2008 at 07:04PM PDT, ID: 22032366

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 07:24AM PDT, ID: 22050748

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628