摘要: 使用ueditor碰到好多问题,记录一下使用小结。使用版本1.2.6。引入3个基本文件:上传功能的uploader.cs将uploader.cs的属性由编译改为内容这是我项目所需的路径,依照自己的项目找到正确的插件地址就可以。修改图片的上传路径为自己的设定路径,而不是系统默认的:改uploader.csuploadpath=cxt.Server.MapPath(pathbase);//获取文件上传路径改为:uploadpath=cxt.Server.MapPath("~/"+pathbase);//获取文件上传路径这样上传就到项目的根目录下的upload文件夹。修改uedi 阅读全文
posted @ 2013-07-16 17:23 Sapper 阅读(499) 评论(0) 推荐(0) 编辑
摘要: The CheckBoxList control in ASP.NET 2.0 provides a group of checkboxes that can be dynamically generated by binding it to a data source. In this article, we will explore how to use a Checkboxlist and ... 阅读全文
posted @ 2008-08-28 02:43 Sapper 阅读(1428) 评论(0) 推荐(0) 编辑