R
Random
I am wanting to set the innerText of an html element during the Page_Load
event. I know how to do this by using runat="server" and everything. The
difference is that since I want this same operation to happen on every page,
using data stored in the web.config file.
How can I get this operation to run without having to explicitly put the
code into the Page_Load event for every code_behind page?
event. I know how to do this by using runat="server" and everything. The
difference is that since I want this same operation to happen on every page,
using data stored in the web.config file.
How can I get this operation to run without having to explicitly put the
code into the Page_Load event for every code_behind page?