Hi Pascal, What's the ScriptManager control you are using? I guess it's not System.Web.UI.ScriptManager since it doesn't expose RegisterStartupScript method.
Pascal Coulon wrote: > > Dim strScript As String > 'Call any API function required > strScript = "_Map.mapFrame.Refresh();" > ScriptManager.RegisterStartupScript(Page, > Page.GetType, "refresh", strScript, True) > -- View this message in context: http://www.nabble.com/OnMapLoaded-tf4804147s16610.html#a13746617 Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
