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"
相關文章
asp.net(C#) Access 數(shù)據(jù)操作類
asp.net(C#) Access 數(shù)據(jù)操作類 實現(xiàn)代碼,有需要這方面的朋友可以熟悉下。2009-06-06
ASP.NET web.config 配置節(jié)點詳解
這篇文章主要介紹了ASP.NET web.config 節(jié)點的配置,講解的非常詳細,需要的朋友可以參考下。2016-06-06

