Is there a way to get the html content the mapcontrol generates on the server side before having it sent down to the client?
I am trying to use the MVC version of the map suite, and am not using the Microsoft MVC application frame work, I am using the FUBU MVC frame work. I have been able to get the htmlhelper inlcuded in the fubumvc views, but it is not generating any content for the html.
I am thinking that if i could get the generated html on the server then i could send that down to the client for rendering, then I should still be able to use the javascript to manipulate the view on the client side.
Thanks
Rick Jones