Reimers.dk

.NET, AJAX and Google APIs brought together
Welcome to Reimers.dk Sign in | Join | Help
in Search

Browse by Tags

All Tags » ajax
Showing page 1 of 2 (17 total posts)
  • Showing a nice looking window when clicking on a marker on the map

    Hello all friends  I am trying real hard to do this (vb code) :  Protected Sub MAP_OverlayClick(ByVal sender As Object, ByVal e As Reimers.Map.OverlayEventArgs) Handles MAP.OverlayClick       RadToolTip1.Show()  End Sub   ...but I cannot make the window to show, this code ...
    Posted to .NET Control - FREE version (Forum) by henkemota on juni 10, 2010
  • Using GoogleMap within an Ajax TabContainer

    Hi,   Is it possible you could provide some guidance as to why i am having the following issue.   I have successfully integrated the google map api into my web application.  I am able to successfully draw markers and polylines.   However a new requirement has come in to integrate the google map into an Ajax ...
    Posted to .NET Control - FREE version (Forum) by Fahad on september 3, 2008
  • Me, Me, me.json

    Did you ever want to set your map display to where your users actually are? You can now point your map application to http://www.reimers.dk/me.json. Callbacks are also supported, so if you have a callback method called 'showOnMap' you can use the callback query string, like so: http://www.reimers.dk/me.json?callback=showOnMap. The location ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on august 20, 2008
  • Created a Project to Consume Google's AJAX Search API

    Yesterday I wrote about Google's translation API and showed how you can build a simple class structure to consume that web service. I got caught by the other REST services offered by Google in connection with their AJAX Search API, so I wrote up a project to consume the various search services. You can find the C# source files here. The project ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on juni 19, 2008
  • Using Google's Translation API from .NET

    Today I experienced what lazy translators think they can get away with because their clients can't speak a language (which was what prompted the need for a translator). I thought to myself that present day translation technology was far enough advanced to do it better. I had a look at Google's translation API today. As usual Google ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on juni 18, 2008
  • Using JSON Script Services with the Map Control, basic

    The UpdatePanel in Microsoft's ASP.NET AJAX framework has brought pseudo-AJAX to a lot of webpages, but it is in effect nothing but a wrapped postback. Another more overlooked feature in the ASP.NET is ScriptServices. They are webservices called from JavaScript (no cross domain, but still cool). ScriptServices can return either XML or JSON ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on april 29, 2008
  • Map Flashes During Ajax Panel Reload

    Unfortunately, I must resort to using AJAX Update Panels due to map / control interaction on my page. Is there a way to prevent the map control from flashing when its Panel gets updated. I have set the RenderDelay to 0 but flashing still occurs.
    Posted to .NET Control - FREE version (Forum) by cpursley on september 5, 2007
  • Enabling JSON Webservices for pre-ASP.NET AJAX sites

    If you have a site that you started before Microsoft released ASP.NET AJAX and still want to make use of the JSON formatted webservices, then you can. It takes only a few adjustments to your web.config file. If your webserver has the ASP.NET AJAX extension installed then you can use the web.config file I have attached to this ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on juni 28, 2007
  • Once More Into the UpdatePanel

    In the June issue of MSDN Magazine Jeff Prosise writes a nice article about the UpdatePanel. Even if you have already had a look under the hood of the UpdatePanel the article is still worth reading. He starts out by stating what many of us have already said for some time - the UpdatePanel is not AJAX but a traditional PostBack channelled through ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on maj 14, 2007
  • New Web Controls

    I recently published some new web controls. At the same time I took down the old extended web controls since I found an easier way to get the same functionality through the standard ASP.NET controls. I will get into that later. The new web control collection contains only two controls and a helper class for the time being. ...
    Posted to Jacob Reimers Weblog (Weblog) by jjrdk on april 3, 2007
1 2 Next >