Hi Team,
I am working on the edge browser issues I am facing issue while using following code its not working in edge browser
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="javascript:window.showModalDialog('AddNewCompnay.aspx', null,'status:no;dialogWidth:500px;dialogHeight:300px;dialogHide:true;help:no;scroll:no')"
Font-Size="7pt" Visible="False">add company</asp:HyperLink>
Please help me how to fix the issue.
Thanks in Advance