I have a VB.NET application where I would like to have the code behind set a label on the master page with some information. I have tried to expose the label in a public property in my master page, but it doesn't seem to be working. I may just be overlooking something small.

Any help?