Select to view content in your preferred language

Add a button that run .Net algorithm

457
4
10-28-2018 04:26 AM
CarolineBettach
New Contributor

Hello,

In a webapp builder gis,how can i add a button that run a program in Visual studio.net in c# that change data in the table and refresh the map?

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

Clientside code like Javascript does not have the ability to run serverside code like c# without the code being exposed through a web service that can be reached by a url.

0 Kudos
CarolineBettach
New Contributor

Hello,

In a web app builder gis ,how do i add a button that call a web service that can be reached by a url and then when finish refresh the map?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Question is answered here

https://community.esri.com/thread/226993-call-web-service-that-can-be-reached-by-a-url 

Please avoid multiple postings with the same question in the future.

0 Kudos
ModyBuchbinder
Esri Regular Contributor

Interesting question.

try SOE  Introduction to extending services—Documentation | ArcGIS Enterprise 

Have fun

Mody

0 Kudos