I am trying to show the value of a variable as follows:
<% userTotalCount.ToString(); %>
But I understand that at the beginning, the value is null, so I do not see anything on the page. Value userTotalCount Variables are set later in the Page_Load() event. How to show this value after installing it.
source share