After exploring various options, I came across this solution: Is there a way to disable UpdateProgress for certain async postbacks?
However, implementing this solution seems to prevent my controls from loading altogether!
In my master page, there is an UpdateProgress that is activated across the entire site, but I want it disabled on specific pages.
The goal is not to stop the controls from loading, but to prevent the UpdateProgress from appearing during page load.