Sign in to follow this  
Maithree Duggirala

In Dnn Module

Recommended Posts

Yes it works.

 

I've been able to render any map and chart. I dropped the relative URL's and use ApplicationPath like this:

 

Dim mapHTML As String = FusionMaps.RenderMap(Request.ApplicationPath + "/Maps/FCMap_World.swf", dataURL, "", "mapid", "670", "350", False, False)

 

 

And remember to the JS

 

<script language="Javascript" src="<%=Request.ApplicationPath %>/JS/FusionMaps.js"></script>

 

 

and also the DataGen.aspx path: (using the dataurl method form the FCharts DB examples)

dataURL = Server.UrlEncode(Request.ApplicationPath + "/DashboardData/DataGen.aspx?op=GetMapDetails"

 

 

 

 

My only issue now is drilldown.

 

I'm not a DNN expert, in fact I'm not even a newbie, I'm using it just because a client uses it. (this is my first contact with DNN)

 

I have NO idea on how to provide the current tab id (DNN), module id (DNN) or the current Tab(Telerik Rad Tabs)

 

Maybe this is not the forum but if someone out there knows plz share.

Edited by LordLoxley

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this