I just wanted to know that is there any performance difference between these two statements
Page.IsPostBack
or
IsPostBack
There will be a difference at the IL level (an additional getter call in the first case) but it will be so negligible that you shouldn't bother at all.
There is no practical difference. The Page property merely exposes a reference to the same instance as this.
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