注册 登录
编程论坛 ASP.NET技术论坛

eWebEditor在asp.net怎么用

等待冰柠檬 发布于 2010-04-05 19:00, 781 次点击
    <input type="hidden" name="content1" value="">
      
<iframe id="eWebEditor1" src="../eWebEditor/ewebeditor.htm?id=content1&style=coolblue"
            frameborder="0" scrolling="no" HEIGHT="350" width="100%" runat="server"></iframe>

不知道怎么将文本保存到数据库如何获取?在CS文件中
2 回复
#2
misswang2010-04-06 10:06
直接就将文本的东西读取出来,在放到数据库中,然后再读取数据库中的数据并可以获取出来...eWebEditor我也没用过...但是思想是这样的吧...
#3
saitor2010-04-08 21:20
估计是得不到了你父框架是没法得到子框架里的内容
1