Hello.
When using Atlas UpdatePanel in User Control, then is this User Control transparent. Why?
hello.
what do you mean by transparent?
This is code of Web User Control:
<asp:TextBoxID="txtDate"runat="server"></asp:TextBox>
<asp:PanelID="Panel1"runat="server"Height="50px"Width="125px">
<atlas:UpdatePanelID="AtlasPanel1"runat="server">
<ContentTemplate>
<asp:CalendarID="cldCalendar"runat="server">
</asp:Calendar>
</ContentTemplate>
</atlas:UpdatePanel>
</asp:Panel>
<atlasc1:PopupControlExtenderID="PopupControlExtender1"runat="server">
<atlasc1:PopupControlPropertiesPopupControlID="Panel1"Position="Bottom"TargetControlID="txtDate"/>
</atlasc1:PopupControlExtender>
If I put this UC on Web Form and pick the date the Calendar is translucent.
Solution I found (not to say to a "problem"): Calendar needs some styling or it must be put into <DIV>, …
No comments:
Post a Comment