I am trying to grab a string of text from the .vb file of my master page. I need to render this text out as part of the class definitions.
E.g. <div id="######ContentArea">
I need to replace the ###### with a string I have created in the .vb file.
How do you do this? Or is there an easier way = NEWBIE here!