G
Guest
OK, now I'm getting excited. I actually created a master page and added two
content place holders to it. I also added a label which will serve as a sort
of one line help and a little image button beside it to turn off the help.
I wrote a public method in the master page that looks like this:
public void tattle(string as_msg)
{
microhelp.Text = as_msg;
}
Pretty simple. microhelp is that label that I spoke of. How can I run the
tattle method from a content page?
content place holders to it. I also added a label which will serve as a sort
of one line help and a little image button beside it to turn off the help.
I wrote a public method in the master page that looks like this:
public void tattle(string as_msg)
{
microhelp.Text = as_msg;
}
Pretty simple. microhelp is that label that I spoke of. How can I run the
tattle method from a content page?