ASPX Menus don't behave correctly in Google Chrome
In certain instances, ASPX menus don't behave correctly in Google Chrome. To fix...Add an 'App_Browsers' folder to the project.
Add a 'Chrome.browser' item to the folder.
Comment out the default stuff and replace with the following:
<browsers>
<browser refID="safari1plus">
<controlAdapters>
<adapter controlType="System.Web.UI.WebControls.Menu" adapterType="" />
</controlAdapters>
</browser>
</browsers>
Last modified by Mohit @ 4/4/2025 9:20:19 PM