S
Shapper
Hello,
What is the difference of using:
Sub function()
Public Sub function()
Private Sub function()
Protected Sub function()
I place all my functions in my aspx.vb files but I have some problems
when deciding when to use Public, Private, Protected or none.
Thank You,
Miguel
What is the difference of using:
Sub function()
Public Sub function()
Private Sub function()
Protected Sub function()
I place all my functions in my aspx.vb files but I have some problems
when deciding when to use Public, Private, Protected or none.
Thank You,
Miguel