I have a DataTable in PageLoad, I need to pass to it to a JQuery file to generate the BingMap contents
protected override void OnLoad(EventArgs e)
{
DataTable dt = dtLocations;
}
my JQuery file is Included in .ascx
page
<script type="text/javascript" src="/script/BingMap/BingMapJS.js" ></script>
Need to send this "dt" to JQuery file