Break Apart Dataset Results into Pages by Date
am 06.09.2005 22:49:00 von Mystryman
I have created an ASP page that calls a Stored Procedure that can
return a single Day Multiple days or even months. I would like to break
the results down into Dates and have each page display a single date.
Example:
If DateDiff (datestart,dateend) = 0 then
Display a sigle page
else
Display multiple pages
end if
Multiple page:
I would like to be able to Display buttons that all navigation via a
drop down to all the user the ability to jump to a specific page(date)
previous and next buttons to move a date at a time.
Again I have my data being displayed, currently in one long dataset,
just want to break it out, even just a jump menu would help.
IIS ver.6
Dreamweaver Mx 2004
SQL2000
Thanks,
Jeff G
Re: Break Apart Dataset Results into Pages by Date
am 06.09.2005 23:19:17 von Steven Burn
http://aspfaq.com/show.asp?id=2120
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Mystryman" wrote in message
news:1126039740.119859.108900@z14g2000cwz.googlegroups.com.. .
> I have created an ASP page that calls a Stored Procedure that can
> return a single Day Multiple days or even months. I would like to break
> the results down into Dates and have each page display a single date.
>
> Example:
>
> If DateDiff (datestart,dateend) = 0 then
> Display a sigle page
> else
> Display multiple pages
> end if
>
> Multiple page:
>
> I would like to be able to Display buttons that all navigation via a
> drop down to all the user the ability to jump to a specific page(date)
> previous and next buttons to move a date at a time.
>
> Again I have my data being displayed, currently in one long dataset,
> just want to break it out, even just a jump menu would help.
>
> IIS ver.6
> Dreamweaver Mx 2004
> SQL2000
>
>
> Thanks,
>
> Jeff G
>