Click here to Skip to main content
15,911,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMaster Page related question.. Pin
mr_muskurahat3-Feb-09 19:29
mr_muskurahat3-Feb-09 19:29 
AnswerRe: Master Page related question.. Pin
Christian Graus3-Feb-09 19:30
protectorChristian Graus3-Feb-09 19:30 
QuestionGMAPS Question Pin
Krazy Programmer3-Feb-09 19:09
Krazy Programmer3-Feb-09 19:09 
AnswerRe: GMAPS Question Pin
Christian Graus3-Feb-09 19:14
protectorChristian Graus3-Feb-09 19:14 
GeneralRe: GMAPS Question Pin
Krazy Programmer3-Feb-09 21:47
Krazy Programmer3-Feb-09 21:47 
AnswerRe: GMAPS Question Pin
Abhishek Sur3-Feb-09 20:45
professionalAbhishek Sur3-Feb-09 20:45 
GeneralRe: GMAPS Question Pin
Krazy Programmer3-Feb-09 21:49
Krazy Programmer3-Feb-09 21:49 
GeneralRe: GMAPS Question Pin
Abhishek Sur4-Feb-09 21:46
professionalAbhishek Sur4-Feb-09 21:46 
First, you need to register click event of your map.
Use
GEvent.addListener(map,"click",function(overlay,point)
{
           // XMLHTTP Requests

}

); 


Now inside the click, you can do XMLHttp request to your web server yourself through the use of XMLHttpRequest object thereby raising an event in your custom handler or you can make use of ICallBackEventHandler that raises serverside event from javascript.

You can look into my article on Googlemaps where in Example 8 I have used XMLHttp objects to raise ajax calls.
http://www.codeproject.com/KB/scripting/Use_of_Google_Map.aspx[^]

Regarding ICallBackEventHandler you can have a look on the process from this article:
http://msdn.microsoft.com/en-us/library/ms178208.aspx[^]

hope this will help you.... Rose | [Rose] Rose | [Rose]

Abhishek Sur

QuestionShare Point Pin
nikhil12343-Feb-09 18:47
nikhil12343-Feb-09 18:47 
AnswerRe: Share Point Pin
Christian Graus3-Feb-09 19:29
protectorChristian Graus3-Feb-09 19:29 
AnswerRe: Share Point Pin
Ranjit Viswakumar4-Feb-09 12:31
Ranjit Viswakumar4-Feb-09 12:31 
Questionweb parts created in VS2005 Pin
bishwambhar_sen3-Feb-09 18:40
bishwambhar_sen3-Feb-09 18:40 
AnswerRe: web parts created in VS2005 Pin
Abhishek Sur3-Feb-09 20:47
professionalAbhishek Sur3-Feb-09 20:47 
AnswerRe: web parts created in VS2005 Pin
Ranjit Viswakumar4-Feb-09 12:34
Ranjit Viswakumar4-Feb-09 12:34 
QuestionHow read a hash table object Pin
Guvera3-Feb-09 18:31
Guvera3-Feb-09 18:31 
AnswerRe: How read a hash table object Pin
Christian Graus3-Feb-09 19:15
protectorChristian Graus3-Feb-09 19:15 
GeneralRe: How read a hash table object Pin
Guvera3-Feb-09 20:03
Guvera3-Feb-09 20:03 
Questionprob in connectin sql 2005 wit visual studio 2008 Pin
vinodgumms3-Feb-09 17:19
vinodgumms3-Feb-09 17:19 
AnswerRe: prob in connectin sql 2005 wit visual studio 2008 Pin
tasumisra3-Feb-09 17:20
tasumisra3-Feb-09 17:20 
AnswerRe: prob in connectin sql 2005 wit visual studio 2008 Pin
Venkatesh Mookkan3-Feb-09 17:34
Venkatesh Mookkan3-Feb-09 17:34 
GeneralRe: prob in connectin sql 2005 wit visual studio 2008 Pin
vinodgumms3-Feb-09 17:41
vinodgumms3-Feb-09 17:41 
GeneralRe: prob in connectin sql 2005 wit visual studio 2008 Pin
tasumisra3-Feb-09 17:42
tasumisra3-Feb-09 17:42 
QuestionUpdate Triggers in the Update Panel is not working Pin
meeram3953-Feb-09 15:45
meeram3953-Feb-09 15:45 
AnswerRe: Update Triggers in the Update Panel is not working Pin
Jon Rista3-Feb-09 16:11
Jon Rista3-Feb-09 16:11 
AnswerRe: Update Triggers in the Update Panel is not working Pin
aharon_lis25-Jan-10 20:01
aharon_lis25-Jan-10 20:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.