I guess that the first question I would have is why you have to have it on the ASP side, but I suppose that's a moot point. What I would do is load the loader client side and then populate whatever you need to on the page from there using Javascript. If you absolutely have to have the information server side (e.g., to track in a db or something) you could then send it back via XMLHttpRequest or JSONP, etc.
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Aug 26, 2009, at 2:38 PM, hesper wrote: > > I have a page need auto load information based on the user's location. > > But the google.loader is client script and if i set the hidden value, > it always get value > after my asp.net page_load. > my asp.net page_load always runs first. > > How can i get the google.loader.ClientLocation.address.city in my page > > Really appreciate for any help > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en -~----------~----~----~----~------~----~------~--~---
