S
shapper
Hello,
Could somebody tell me what is the difference between MyBase and Me?
For example, should I use
Page_Init(....) Handles MyBase.Init
Or
Page_Init(....) Handles Me.Init
Thanks,
Miguel
Could somebody tell me what is the difference between MyBase and Me?
For example, should I use
Page_Init(....) Handles MyBase.Init
Or
Page_Init(....) Handles Me.Init
Thanks,
Miguel