本文介绍了如何在Asp.Net中使用Ajax颜色选择器扩展器设置Html编辑器的背景颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<asp:TextBox ID="BodyColor" runat="server" Columns="7" MaxLength="7"></asp:TextBox>&nbsp;
<asp:Label ID="sampleBodyColor" runat="server" Width="20"  Height="20" Text=" "></asp:Label>
<ajax:ColorPickerExtender ID="BodyPick"

    runat="server"

    TargetControlID="BodyColor"

    SampleControlID="sampleBodyColor"

    PopupButtonID="BodyColor"

    OnClientColorSelectionChanged="editorbackcolor"/>

推荐答案


这篇关于如何在Asp.Net中使用Ajax颜色选择器扩展器设置Html编辑器的背景颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 10:30