Managing Multi-page Articles with Content linking Component
(Page 1 of 3 )
In this article Csaba eases the burden of linking ASP pages together by the use of Microsoft Content Linking installable. This is a must read.
There are many methods to create and paginate trough multi-page articles. In this article I will show you how to use ASP and the Microsoft Content Linking installable component to sequentially link together more asp/html page to get a pageable multi-page article.
ASP ships with a number of so called installable components. Content Linking Component is one of these components. It creates a NextLink object that manages a list of URLs. You can use the Content Linking component to generate tables of contents and to create navigational links between the pages of a multi-page article.
The Content Linking component is located in the Nextlink.dll library situated at %windows%\system32\inetsrv where %windows% is your system folder.
Next: The Content Linking >>
More ASP Articles
More By Csaba Hatvany