.NET news » Search results

Search results for query "ajax database" (3):

Google Maps Control for ASP.Net - Part 1
Google has provided a very reach Google Maps API to use it in our own application. But we need some short of javascript knowledge in order to use it. I don't know about others, but for me it was a little difficult to use javascript along with google apis in ASP.Net pages, specifically if you want to use server side functions to draw google map dynamically. For example, in my case I wanted to pull latitude longitude information from a SQL Server database and then use them to insert pushpins on google map. If you are familiar with Ajax framework, you know the answer. You will have to call asp.net server side function from javascript and use retrieved data to draw a google map. How simple is that? :). Atleast not for me. So I have decided to write a user control which can take care of javascript part and allows me to concentrate on serverside functions.
2008-05-12 23:45:00   Source: Google Maps Control for ASP.Net - Part 1   Tags: ASP.NET Ajax
Developing AJAX based popup notifications
ASP.NET AJAX opens a wide range of possibilities to developers. One of them is periodic pinging of database and check for changes to the data. It is certainly not a new technique and developers achieved it in the past using JavaScript and XMLHTTP. However, with the help of ASP.NET AJAX the same task becomes much simple.
2007-08-18 19:00:00   Source: Developing AJAX based popup notifications   Tags: Ajax
Combining External Data Sources with a MS SQL Server Database to Create Google Maps Using AJAX and ASP.NET
To dynamically generate a Google Map with combined data sources from an external web service or API and from an internal MS SQL database, using AJAX and the ASP.NET environment.
2006-11-17 10:21:00   Source: Combining External Data Sources with a MS SQL Server...   Tags: ASP.NET Ajax