|
 |
aspdotnet_website_programming thread: VB.NET version of code on page 58
Message #1 by "John Livermore" <john.livermore@i...> on Thu, 20 Mar 2003 22:02:23 -0600
|
|
Would someone post the VB.NET version of the OnInit method at the bottom of
page 58? I am specifically having issues with converting the delegates code
found there.
Thanks,
John
Message #2 by john.livermore@i... on Fri, 21 Mar 2003 05:30:33
|
|
I think I figured it out. Here is what I came up with for anyone that
might have the same question.
AddHandler Me.Load, AddressOf {function to call}
|
|
 |