Posted 29 June 2026, 9:52 am EST
Hi,
Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.
Using C1Dialog from C1.Web.Wijmo.Controls.48.dll
Now, this not compiles:
<cc2:C1Dialog ID="PlaceWindow"
runat="server"
Position="[0,0]"
Height="194px"
Resizable="false"
Width="219px">
<StatusTemplate>
<div class="enlaceVia">
<asp:HyperLink ID="HyperLink1" runat="server" Font-Names="Tahoma" ForeColor="#405E7A" Font-Size="12px"
Font-Bold="True">
</asp:HyperLink>
</div>
</StatusTemplate>
<Content>
StatusTemplate is property for C1Window, not C1Dialog.
Any alternative , please?
