Hi *all,
i've created a WebForms App with VS2012 Template and add a wdw. So far so good, but whatever i do the caption looks terribly.With or without Styling i doesn't matter. Is there something special to do?...
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent"> <asp:UpdatePanel ID="UpdatePanel2" runat="server" updatemode="Conditional"> <ContentTemplate> <ig:WebDialogWindow ID="WebDialogWindow1" runat="server" Height="547px" Width="938px" StyleSetName="Caribbean"> <ContentPane ></ContentPane> </ig:WebDialogWindow> </ContentTemplate> </asp:UpdatePanel>
</asp:Content>
Hello urit,
This is very unusual. I am unable to tell what is causing this issue. Is it possible for you to provide a small demonstrative sample, so I can investigate it?
Thank you.
Hi Nikolay,
here comes the Project. Just created from VS2012 template ...
Thx
Uwe