【发布时间】:2015-05-04 08:19:10
【问题描述】:
我遇到了问题。我尝试添加 asp:ColorPickerExtender 但是当我设置 popUpPosition 时不会改变我的颜色选择器位置的位置。
<asp:LinkButton ID="btnCustomTheme" runat="server" CssClass="boutonCustomColor"
Width="100" Height="100" Style="margin: 5px; text-decoration: none; text-align: center;"
OnClick="btnCustomTheme_Click" Text="Custom"><img src="../images/plus.png" />
</asp:LinkButton><asp:TextBox ID="txtCustomColor" Style="display: none;" runat="server">
</asp:TextBox><asp:ColorPickerExtender ID="colorPicker" runat="server" TargetControlID="txtCustomColor" PopupButtonID="btnCustomTheme" PopupPosition="Center">
</asp:ColorPickerExtender>
你对此有什么想法吗?
谢谢
【问题讨论】: