I am editing admin/security/signin.ascx.vb to look for a querystring parameter. If it is found and if some checks are passed, I redirect the user to the profile page where I simply want to display a module message that asks them to ensure the displayed email is correct. I think the issue is that in admin/users/profile.acsx.vb there exists no 'MessagePlaceHolder' so Library\Components\Skins\Skin.vb, line 673 is 'Nothing'. I tried adding a place holder to the profile page but still get the same result. I think the skin is somehow supposed to find it or handle it. I am lost in this regard cause I don't understand how the skin works or how it is supposed to find the placeholder, but it does in admin/security/signin.ascx (where I don't see a message placeholder) I hope I am making myself clear enough. All I want to do is use a message in admin/users/profile.acsx Thanks for any insight, Frank |