We have an ASP website with an underlying database table that has Trumba calendar names stored for each region.
So here's how the table looks:
ID, Region, TrumbaCalendarName
001, Cape Cod, capecod
002, Boston, boston
etc.
Then I wrote an ASP function that returns the value of TrumbaCalendarName based on the region's ID
(I get that from a querystring parameter).
So far so good.
Now the problem is on the same page I would like the corresponding region's calendar spud to display.
How do I pass my function value to the spud? I don't believe I can pas