.NET DropDownList SelectedIndexChange Event Not Firing in IE 10

前端 未结 3 752
执笔经年
执笔经年 2021-01-18 02:35

In IE 10, when a drop down list selected item is changed, nothing happens. It doesn\'t post back. All other controls work except for drop down lists.

It appears to w

3条回答
  •  清酒与你
    2021-01-18 03:02

    Ok, this was a weird issue. The actual problem was that we had a web.config sitting in the very root of the application that had OLD, I'm talking ANCIENT browserCap definitions in there. I'm talking browserCap definitions for Windows TV kind of old.

    We removed the browserCap definitions in this file, and all was fine.

    If you run into this error, please check for any browser caps that are not in the immediate folder of your project (if you have that sort of setup).

    The link in Michael's answer will most likely take care of you if you're experiencing this problem and do not have multiple web.config's in your project.

提交回复
热议问题