Hi, I want to do the following in my page_load:
if (condition)
ChangePasswordControl.InstructionText = "......";
However, I am using a ChangePasswordTemplate which when generated doesn't include an
<asp:Literal ID="InstructionText runat="server" />
or similar.
Can anyone suggest how to conditionally include instructions in the template in this context?
Thanks, Chris