C
ChrisN
Invoking a postback before a large ASP.NET page has fully rendered
will often cause the page to crash. This is unhelpful and confusing
to users.
I'm wondering if I can overcome this by disabling any controls that
invoke a postback until the page is fully rendered, ie setting the
controls disabled server-side, serving the page and then having a
JavaScript routine right at the bottom of the page re-enable them
client-side.
Has anyone tried this successfully?
Thanks,
ChrisN
Kew, Surrey
UK
will often cause the page to crash. This is unhelpful and confusing
to users.
I'm wondering if I can overcome this by disabling any controls that
invoke a postback until the page is fully rendered, ie setting the
controls disabled server-side, serving the page and then having a
JavaScript routine right at the bottom of the page re-enable them
client-side.
Has anyone tried this successfully?
Thanks,
ChrisN
Kew, Surrey
UK