I added a div to the user control. But when I am trying to access the div in page_load method in code behind, I am getting NullReferenceException.
<div id="divCOVIDQuestion" runat="server"></div>
and in page_load method
divCOVIDQuestion.Visible = Client == "FI";