Recently i've noticed, that the Page_PreRender event is not being fired. If protected override void OnPreRender
is used - everything is fine. AutoWire is enabled and the same code performs just fine on another machine...
Where should i dig?
There are a few things that can cause it to not fire
This is the event that should be overriden and used.
protected override void OnPreRender(EventArgs e)
{
base.OnPreRender(e);
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With