Hi All!
I'm using  Ajax.NET Professional(1.1) but i have problem:

here index.aspx code:

<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0"
MS_POSITIONING="GridLayout" onUnload="DeleteUserOnline()">

javascript:
<script language="javascript">
    function DeleteUserOnline()
   {
      Index.DeleteUserOnline;
   }

</script>

Index.aspx.vb code:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load

        Ajax.Utility.RegisterTypeForAjax(GetType(Index))

End Sub

 <Ajax.AjaxMethod()> _
    Public Function DeleteUserOnline() As Boolean
        MyClassDuynnh.UserOnline_Delete(MyClassDuynnh.IdUserOnline)
        Return True
    End Function

but it don't Active DeleteUserOnline function. why?, help me.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" 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/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to