J
Just Me
Hi
I have a master page with a control on it, but I need to set a property of
that control from the content.
my master page is called Admin.Master and the class is Admin.
I have tried this
dim mp as Admin
mp = Ctype(me.master, Admin)
But I get the error that ASP.Master_Admin cannot be converted to Admin
How can I do this ?
Thanks
I have a master page with a control on it, but I need to set a property of
that control from the content.
my master page is called Admin.Master and the class is Admin.
I have tried this
dim mp as Admin
mp = Ctype(me.master, Admin)
But I get the error that ASP.Master_Admin cannot be converted to Admin
How can I do this ?
Thanks