Oh I am sorry

there is my map page:

http://testweb.qsh.sk/

and there is my code behind:

Imports System.Threading

Partial Public Class _Default
    Inherits System.Web.UI.Page

    <System.Web.Services.WebMethod()> _
    <System.Web.Script.Services.ScriptMethod()> _
    Public Shared Function GetHTML() As String
        Thread.Sleep(2000)
        Return "Hello Map :)."
    End Function

End Class
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to