Web application with OSM in .NET

Hello everybody,

im new here and i need help.

By the way, i have to develop web application using .Net platform with C# language. I need to connect to some service that provide map data, from my aspx page.

Is there any simple example of how to make a basic connection and just display the data?

Thanks!

Making a connection with asp is something you have to ask in an asp programming forum. You need a http component and then use one of the urls which are described in the osm api. See http://wiki.openstreetmap.org/wiki/API_v0.6.

You will receive data in xml format.

You did not tell what you want to do with the data … display ? You want to see the xml text?

I need to display map on one page and work with them. Later i must put some object on map programmatically, implament the search function, and so on…

But first i must display the map.

Is there any simple example of how to just display map?

It looks to me as if you want to embed a -slippy- map in your webpage.

How to to that: http://wiki.openstreetmap.org/wiki/OpenLayers