Re: Global.asax

  •  06-24-2009, 3:22 AM

    Re: Global.asax

    My GetUserInfo is based on loginName
     
    1. Dim Query As String = "Select NickName,UserType from " & prefix & "users where username='" & loginName & "'"               
     
     The UserId is never used(only set).
     
    But that i actually want to know where contacts in a contactlist are stored so I can add them automaticly.
View Complete Thread