In .ascx ===========
Cancelled
Code Behind ================= if True then Divwatermark.Visible = True Else Divwatermark.Visible = False End If Even after the IF condition evaluates to TRUE and Divwatermark.Visible = True is getting executed, Divwatermark.Visible remains FALSE. Help me how to set the visibility of Divwatermark TRUE. Thanks in advance.
Nandan Basak