Ask a Question related to Coldfusion Database Access, Design and Development.
-
raulriera #1
Paged queries
Hi, im pretty new with CF and I was wondering how to make paged results in CF... anyone can point me to and example?? thanks a lot
raulriera Guest
-
Multiple paged recordsets
Does anyone know how to place two or more INDEPENDENTLY PAGEABLE different sized recordsets on the same output page using DM8/ASP? I have created... -
No. of rows displayed in paged datagrid
I have a DataGrid with AllowPaging="True" and AllowSorting="True". It works, but always displays 10 rows. How do I customize this? Many thanks. -
Having whitespace under minimal entries in a paged datagrid
I have a datagrid with a header and pager. what i want to do is have a fixed height for the header and pager which i already now how to do. ... -
Explorer navigation errors with non-paged or large paged DataGrid.
Hello everyone: This is my first posting here and I am new to aspnet so be patient. I am using a DataGrid with sorted columns to display some... -
data from oledbdatreader can't paged by datagrid
Hi, I am retrive record from an Access database and want them displayed page by page, I used oledbdatareader to retrive and assigned the... -
vkunirs #2
Re: Paged queries
Hi
check these links
[url]http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:25351[/url]
vkunirs Guest
-
raulriera #3
Re: Paged queries
That should do the trick, but is there a way to optimaze it? I mean if I have a
lot of records I will have to SELECT ALL of them everytime I load the page
(which is not a good idea since I'm just returning 25 of them (in one of the
cases))
Anyone know a way?
raulriera Guest



Reply With Quote

