My website contains high-quality graphics, which may lead to slow download times for users with poor internet connections. As the browser is still loading, users often access form options and submit their information prematurely.
This premature submission results in an event validation issue due to incomplete page loading. Various solutions come to mind, such as disabling all controls and using JavaScript to enable them only client-side once the page is fully loaded.
I have also explored blockui as a potential solution, but it either blocks the entire page or just a specific div. I am seeking a more seamless option that can be integrated into my masterpage without any ongoing maintenance required.
Does anyone have any ideas for how to address this issue effectively?