<?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 Re: HI, in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hi/m-p/658104#M61388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bharath... Questions this specific need to be directly appropriately to a Place or Space within GeoNet.&lt;/P&gt;&lt;P&gt;I have moved it to&lt;/P&gt;&lt;P&gt;&lt;A class="jivecontainerTT-hover-container jive-link-community-small" data-containerid="2058" data-containertype="14" data-objectid="2128" data-objecttype="14" href="https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript"&gt;https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet Help is for help about GeoNet and not about help with particular software types, implementations or issues.&lt;/P&gt;&lt;P&gt;Also, Hi, is a nice title but unlikely to solicit answers which you would find useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2015 10:19:32 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-09-28T10:19:32Z</dc:date>
    <item>
      <title>HI,</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hi/m-p/658103#M61387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to zoom to map using .net gridview rowclick is it possible to use&amp;nbsp; asp.net in arcgis javascript api&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;bharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 09:53:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hi/m-p/658103#M61387</guid>
      <dc:creator>bharathreddy</dc:creator>
      <dc:date>2015-09-28T09:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: HI,</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hi/m-p/658104#M61388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bharath... Questions this specific need to be directly appropriately to a Place or Space within GeoNet.&lt;/P&gt;&lt;P&gt;I have moved it to&lt;/P&gt;&lt;P&gt;&lt;A class="jivecontainerTT-hover-container jive-link-community-small" data-containerid="2058" data-containertype="14" data-objectid="2128" data-objecttype="14" href="https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript"&gt;https://community.esri.com/community/developers/web-developers/arcgis-api-for-javascript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet Help is for help about GeoNet and not about help with particular software types, implementations or issues.&lt;/P&gt;&lt;P&gt;Also, Hi, is a nice title but unlikely to solicit answers which you would find useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 10:19:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hi/m-p/658104#M61388</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-28T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: HI,</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hi/m-p/658105#M61389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible, but you're going to need to provide a little bit more information for a specific answer. Your framework/architecture play a role (potentially) in how this performs. Also, whatever else happens on your rowclick event make a difference on what you can/should do. There are large handful of methods to accomplish what you want. A few things to remember though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Consider partial vs. full post back on your .NET control and how that will affect your JavaScript. In other words, look into what happens to your JavaScript on a full post back (when the page essentially refreshes for lack of better words).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Re: #1, Hint: You want a partial post back. You're also going to want to look at how to register client scripts in your .NET code. Registering client scripts is &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; way to make sure your JavaScript functionality occurs after an event fired by a .NET server control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Consider not using a .NET server control and look into other avenues to display your data. Look at maybe parsing your .NET data into JSON and using a client friendly control to display your data and use an input button element for your zoomTo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/hi/m-p/658105#M61389</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-09-28T14:04:40Z</dc:date>
    </item>
  </channel>
</rss>

