Determine browser compatibility mode in code behind
Is there a way to determine whether a browser is running in compatibility mode in the code behind? Preferrably in the onload event?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhimanyu K VatsaPosted Apr 28, 2011, 11:33 AM
(i) using
(ii) using pre_Init method
I think you are wishing something that can be used in code-behind. Remember no possibilities to detect the browser from page_load().
Read This Thread