|
|
Browse by Tags
All Tags » ajax
Showing page 1 of 2 (17 total posts)
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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.
-
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 ...
-
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 ...
-
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.
...
1
|
|
|