server controls in the information balloon

Last post 3/17/2009 11:07:13 PM by Chris Pietschmann. 1 replies. << Back to Web.Maps.VE v2.0 General
3/10/2009 3:30:23 PM
Arul

server controls in the information balloon

Hi,
      Is it possible to place the server controls(button,link button,Image button etc ) in the information balloon of VE.Maps?

Regards
3/17/2009 11:07:13 PM
Chris Pietschmann

Re:server controls in the information balloon

Web.Maps.VE doesn't directly support placing server controls within the the InfoBox that shows when the user hovers over a pushpin.

However, below is a link to an article with downloadable code that I wrote on how to dynamically load the InfoBox content using Ajax. This method allows you to create a UserControl that will define the contents of the InfoBox, and is dynamically loaded when the InfoBox is shown the first time. The article was written for v1.0, but it will work with v2.0 with minimal changes.

http://simplovation.com/page/webmapsve10/tutorials/ajax/dynamicinfobox.aspx

Please let me know if you have any further questions.