grovemedia
Technical User
How do I pull property values out of an activex control into an asp page. In my vb code of the activex control i have:
Public Property Get UserName() As String
UserName = msUserName
End Property
How would i retrieve what "UserName" is into my ASP page. Any help would be greatly appreciated. I can't seem to find any help on this. Thanks
Public Property Get UserName() As String
UserName = msUserName
End Property
How would i retrieve what "UserName" is into my ASP page. Any help would be greatly appreciated. I can't seem to find any help on this. Thanks