I have a VB.net Class, with a method declared:
In my windows forms, I can go "Myclass.KillThreads"Code:Protected Friend Overridable Sub KillThreads
Now, I have ASP.Net Class, with a functioned declared:
In my Web Form, I cannot go "MyClass.GetUserLoginInfoLogin".Code:Protected Friend Shared Function GetUserLoginInfoLogin
I am wondering why I cannot access this method.




Reply With Quote