Asp.Net 常用代码与技巧
luli520happy
这个作者很懒,什么都没留下…
展开
-
asp.net常用的一些弹出窗口
//提交时常出现的提示对话框ibtnSubmit.Attributes.Add("onclick", "return confirm(是否确认提交已填内容?);"); //利用ScriptManager对象向页面写入jsif (ret == 1) ScriptManager.RegisterStartupScript(this.Page, typeof(P原创 2010-03-24 16:26:00 · 556 阅读 · 0 评论 -
asp.net 控件常用代码 及 其他
控件: 一,选项控件: l Dropdownlist: 数据绑定: 方法1: this.ddlFatherIndustry.DataSource=dt; this.ddlFatherIndustry.DataTextField="名称"; this.ddlFatherIndustry.DataValueField="fatherid"; this.ddlFatherIndustry.DataBind(); 方法2: ddlUnite.Items.Clear();//清楚所有选项 thi原创 2010-11-29 07:55:00 · 857 阅读 · 0 评论 -
eWebEditor
<br />eWebEditor 为asp版本的,搭在IIS上图片、附件上传无法使用。<br />解决办法:IIS中,项目里,ASP进行设置-----“启用父路径”为 True。<br />原创 2011-03-21 11:36:00 · 678 阅读 · 0 评论