webchartcontrol

Image inside UpdatePanel not working in Firefox

☆樱花仙子☆ 提交于 2019-12-12 18:23:32
问题 I have an image that is generated automatically inside an Ajax UpdatePanel. This image is a graph that is generated from server-side code. Searching in Google, I realised it was a bug of FF. Does anybody have any solution? Here is the source (it contains also unneeded tags, I just copied-paste) <div> <asp:UpdatePanel ID="UpdatePanelGraph" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Panel ID="pnlGraph" runat="server" CssClass="container"> <div id="chart"> <Web:ChartControl

Sending channelData to webchat with each message

◇◆丶佛笑我妖孽 提交于 2019-12-11 06:28:18
问题 I am trying to inject channelData with each message that is sent from a bot webchat control in a page. I looked around and found this sample (https://cmsdk.com/javascript/how-to-send-custom-channel-data-when-using-web-chat-client-with-bot-framework.html) and my code looks like the code below. The issue is that this works in Chrome but the spread operator (…) doesn’t work on Edge or IE. Is there an alternative syntax that would work in all browsers? var user = { id: '@User.Identity.Name', name