Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在同一页面上放置 4 个 mschart 控件,但这让我很伤心。当我每页放置一个图表时,每个图表都会正确显示,但是一旦我放置多个图表,前两个将显示不正确的数据,而后两个则根本不显示任何内容。
我确保我没有使用相同的会话变量,尽管这似乎是最像罪魁祸首。
我通过将每个图表放在自己的 IFrame 中解决了这个问题。