ewebeditor在.net的使用方法
更新时间:2006年11月04日 00:00:00 作者:
我要评论

复制代码 代码如下:
<asp:textbox id="TextBox3" runat="server" CssClass="TextBox"></asp:textbox>
<iframe id="eWebEditor1" src="editor/ewebeditor.asp?id=TextBox3&style=s_light" frameBorder="0" width="550" scrolling="no" height="350"></iframe>
<iframe id="eWebEditor1" src="editor/ewebeditor.asp?id=TextBox3&style=s_light" frameBorder="0" width="550" scrolling="no" height="350"></iframe>
隐藏TextBox的方法,利用CSS来控制
复制代码 代码如下:
style="display:none"
相关文章
AjaxControlToolKit DropDownExtender(下拉扩展控件)使用方法
由于工作的需要,使用了这个控件 挺简单,使用这个扩展控件能轻松的吧 Label 控件 TextBox控件扩展成类似DropDownList控件的功能。这样使用既可以使用label控件或者textBox控件的一些属性又能实现dropDownList的功能。2008-10-10ASP.NET 5已终结,迎来ASP.NET Core 1.0和.NET Core 1.0
命名是非常困难的事情,微软这次为了和ASP.NET4.6做区分,采用了全新的命名方式ASP.NET Core 1.0,它是一个全新的框架。2016-03-03
最新评论