- Created a user control.
- Within user control, I have a simple control, like a Literal, in the markup.
- In the user control's Page_Load, I attempt to change a property, like Text, on control created in the markup.
- Control is null.
What in the world am I missing?
(Begin rant: I am doing all these fancy things with login systems and dynamically adding/modifying controls on the fly with AJAX, etc, but I can't change an f'n static control's property! I can't even Google such a simple problem without finding something else! In the past, I had to dynamically generate the whole bloody page to avoid this idiotically simple problem. End rant.)