J
Jon
I need help converting the following to vb from c#
base.Load +=new EventHandler(CommonPage_Load);
I've tried a couple of things, but none is working. I think the closest I
came is:
MyBase.Load += New EventHandler(AddressOf PageAuth_Load)
Anyone care to show me the correct way? Thanks
base.Load +=new EventHandler(CommonPage_Load);
I've tried a couple of things, but none is working. I think the closest I
came is:
MyBase.Load += New EventHandler(AddressOf PageAuth_Load)
Anyone care to show me the correct way? Thanks