|
Rank: Advanced Member Groups: Member
Joined: 11/13/2008 Posts: 43
|
Hi,
Is there any way to reference the Session object from within the ContentGenerator class? It always shows as 'null'.
Thanks,
Mark
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. You can not. You will have to pass whatever value you need in through the second parameter when you call DynamicDownload.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 11/13/2008 Posts: 43
|
eo_support wrote:No. You can not. You will have to pass whatever value you need in through the second parameter when you call DynamicDownload. OK. How do I pass an object e.g. a DataTable...?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
You can not. You can only pass strings because everything you pass over will be encoded as query string of the final download link.
Thanks
|
|