当前位置:编程学习 > C#/ASP.NET >>

eWebEditor在线编辑器在formview的编辑模版EditItemTemplate中如何取值

我在页面中有下列程序,我想在eWebEditor中显示出值来,但为什么不行呢?   
 <asp:FormView ID="FormView1" runat="server" DataKeyNames="iD" 
            DataSourceID="SqlDataSource1" DefaultMode="Edit" OnItemUpdated="FormView1_ItemUpdated">

准确度:
       <asp:TextBox ID="准确度TextBox" runat="server" Text='<%# Bind("准确度") %>' />


 <iframe id="eWebEditor1" src="../eWebEditor/ewebeditor.asp?id=准确度TextBox&style=s_newssystem1&savefilename=d_savefilename&savepathfilename=d_savepathfilename" frameborder="0" scrolling="no" width="550" HEIGHT="350"></iframe> --------------------编程问答-------------------- value="<%=Server.HTMLEncode("准确度")%>"
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,