<?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: Is it possible to use Javascript API with an as.net website? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389759#M35963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am good at C# but new to asp.net.&amp;nbsp; Does this mean I do not need to put javascript api code in asp?&amp;nbsp; Do you have some sample code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This might be off topic of this forum. Here are some high level steps.&lt;BR /&gt;1. create a http handler with asp.net responding to a URL. take a look at system.web.IhttpHandler interface in the asp.net lib.&lt;BR /&gt;2. use esri.request to send the query to the http handler, which returns a response with the results.&lt;BR /&gt;3. handle the result on client once the results are back.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2012 15:55:20 GMT</pubDate>
    <dc:creator>YinghongLi</dc:creator>
    <dc:date>2012-01-13T15:55:20Z</dc:date>
    <item>
      <title>Is it possible to use Javascript API with an as.net website?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389754#M35958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to Arcgis and I would like to know if its possible to use your javascript API in a ASP.net website?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 14:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389754#M35958</guid>
      <dc:creator>AdaoMonteiro</dc:creator>
      <dc:date>2011-10-10T14:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Javascript API with an as.net website?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389755#M35959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can use the JS API with any server side platform.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 15:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389755#M35959</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-10-10T15:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Javascript API with an as.net website?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389756#M35960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, you can use the JS API with any server side platform.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tks for the quick reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 15:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389756#M35960</guid>
      <dc:creator>AdaoMonteiro</dc:creator>
      <dc:date>2011-10-10T15:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Javascript API with an as.net website?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389757#M35961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume this is about javascript api and asp.net.&amp;nbsp; We have an app which is created using javascript api.&amp;nbsp; Now we want to use id from spatial query to query an oracle database table.&amp;nbsp; Since Javascript api can not do this we have to use asp.net.&amp;nbsp; We need to have a map and database query results in one page.&amp;nbsp; If we retrieve map using javascript api how can we put javascript and asp.net code together?&amp;nbsp; Do you have an example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 19:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389757#M35961</guid>
      <dc:creator>YinghongLi</dc:creator>
      <dc:date>2012-01-12T19:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Javascript API with an as.net website?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389758#M35962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This might be off topic of this forum. Here are some high level steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. create a http handler with asp.net responding to a URL. take a look at system.web.IhttpHandler interface in the asp.net lib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. use esri.request to send the query to the http handler, which returns a response with the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. handle the result on client once the results are back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 19:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389758#M35962</guid>
      <dc:creator>JianHuang</dc:creator>
      <dc:date>2012-01-12T19:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Javascript API with an as.net website?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389759#M35963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am good at C# but new to asp.net.&amp;nbsp; Does this mean I do not need to put javascript api code in asp?&amp;nbsp; Do you have some sample code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This might be off topic of this forum. Here are some high level steps.&lt;BR /&gt;1. create a http handler with asp.net responding to a URL. take a look at system.web.IhttpHandler interface in the asp.net lib.&lt;BR /&gt;2. use esri.request to send the query to the http handler, which returns a response with the results.&lt;BR /&gt;3. handle the result on client once the results are back.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 15:55:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-use-javascript-api-with-an-as/m-p/389759#M35963</guid>
      <dc:creator>YinghongLi</dc:creator>
      <dc:date>2012-01-13T15:55:20Z</dc:date>
    </item>
  </channel>
</rss>

