I have page with the document module installed. Here I have our monthly newsletters posted. I am using Nukelet to directly access the database to determine when the lasted issue is posted so it can be displayed on the home page, something like this:
The Detachment newsletters for June 2007 and August 2007 are now available for viewing.
Don't forget to check out our complete list of available Detachment Newsletters
I have the Detachment Newsletters hyperlinked to the documents module page, that is not a problem, but I want to hyperlink the actual newsletters. Now here is the problem, I do not know how they came up with the Fileticket part of the URL.
This is the link for the August 2007 newsletter:
http://dnn.mclwestchester.org/LinkClick.aspx?fileticket=AzXH6Ruz%2fP0%3d&tabid=84&mid=416
The database has this:
Item ID: 16
ModuleID: 416
CreatedDate: 8/14/2007 6:31:58 PM
URL: FileID=904
Title: August 2007
Category:
CreatedByUserId: 3
OwnedByUserId: 3
ModifiedByUserId: 3 8/14/2007 6:33:04 PM
SortOrderIndex: 0
Description:
So my question is how do I get the Fileticket number from the information above. It appears to be encoded in some fashion.
I'm using .NET VB..
Any and all help would be appreciated.
Note:(This site is still under development be nearly complete, once the complete the DNN portion of the URL will be changed to WWW and the old classic ASP site will be shut down). |