<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ASP.NET Controls in InfoWindow in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/asp-net-controls-in-infowindow/m-p/44075#M3807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way of putting asp.net controls like UpdatePanel in the infowindow bubble?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, is there a way I can make a menu pan/scroll with the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to show dynamic content in a window while allowing it to pan with the map. If anyone has any other recommendations, I'd be open to them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 14:55:11 GMT</pubDate>
    <dc:creator>ChadFanguy</dc:creator>
    <dc:date>2012-06-25T14:55:11Z</dc:date>
    <item>
      <title>ASP.NET Controls in InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/asp-net-controls-in-infowindow/m-p/44075#M3807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way of putting asp.net controls like UpdatePanel in the infowindow bubble?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, is there a way I can make a menu pan/scroll with the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to show dynamic content in a window while allowing it to pan with the map. If anyone has any other recommendations, I'd be open to them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 14:55:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/asp-net-controls-in-infowindow/m-p/44075#M3807</guid>
      <dc:creator>ChadFanguy</dc:creator>
      <dc:date>2012-06-25T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.NET Controls in InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/asp-net-controls-in-infowindow/m-p/44076#M3808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to "link" the movement of the map with a sideMenu div through onPan and onPanEnd...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;sideMenuTop = 40; sideMenuLeft = map.width - 600;&amp;nbsp; dojo.connect(map, 'onPanEnd', function () { &amp;nbsp;&amp;nbsp;&amp;nbsp; sideMenuTop = $('#sideMenu').css('top').substring(0, $('#sideMenu').css('top').length - 2); &amp;nbsp;&amp;nbsp;&amp;nbsp; sideMenuLeft = $('#sideMenu').css('left').substring(0, $('#sideMenu').css('left').length - 2); });&amp;nbsp; dojo.connect(map, 'onPan', function (extent, delta) { &amp;nbsp;&amp;nbsp;&amp;nbsp; $('#sideMenu').css('top', Number(sideMenuTop) + delta.y); &amp;nbsp;&amp;nbsp;&amp;nbsp; $('#sideMenu').css('left', Number(sideMenuLeft) + delta.x); });&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 14:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/asp-net-controls-in-infowindow/m-p/44076#M3808</guid>
      <dc:creator>ChadFanguy</dc:creator>
      <dc:date>2012-06-26T14:57:56Z</dc:date>
    </item>
  </channel>
</rss>

