Publish geocode data map to asp.net maker page

I have geolocation data table which have lat/log. Can i publish this features to aspnet maker page as google map? User also can edit datafrom the map page.
can i do that on aspnetmaker? thanks.

It should be similar to the Locations in the demo project:
http://aspnet.hkvstore.com/locationslistMake sure that you have set up primary key for the table so that it can be edited.

Thanks for your reply. I have using trial aspnetmaker to generate page for a Map. but it show error and inform me to get google API “https://developers.google.com/maps/documentation/javascript/get-api-key” for a map. Lets say i have my own map in Arcgis Platform to use the map. AM I allow to use arcgis API for create a map?And also the tutorial to generate a map is very less for user to learn more how to use Google Map page in aspnetmaker.

Yes, you need to get your own Google Maps API key from Google before you can run your codes. Please read the description in the GoogleMaps custom view tag extension:Google Maps
Developer Website: https://developers.google.com/maps/
Please refer to Google Maps API Licensing web site for the licensing terms:
https://developers.google.com/maps/licensing*IMPORTANT: You must get an API key from Google first, read: https://developers.google.com/maps/documentation/javascript/get-api-key.