kentico_helenag
-
3/3/2009 5:55:44 AM
RE:paging queries
Hello,
Unfortunately, paged queries are not supported by Kentico. You would need to develop such functionality by yourself. I would recommend you to create your special web parts – please see here for some example of creating a web part: http://devnet.kentico.com/docs/devguide/developing_web_parts.htm
You could use the mentioned sample from codeproject.com. You could select the data from the database – I would recommend you to extract the data from views: “View_CONTENT_<code name of document type>_Joined”. There is all data which relates to documents of appropriate type.
Best regards, Helena Grulichova
|