随笔分类 -  asp.net

ASP.NET的后台代码和前台JS代码相互调用之二(转帖)
只有注册用户登录后才能阅读该文。

posted @ 2014-11-05 11:00 xihong

Asp.Net中OnClientClick与OnClick 的区别 (转帖)
只有注册用户登录后才能阅读该文。

posted @ 2014-11-05 10:29 xihong

FineUI 修改config表属性
摘要:此功能可用来设置系统的不同的标题 private void SelectSystem() { ConfigHelper.Title = DropDownList1.SelectedText; ConfigHelper.SaveAll(); } 阅读全文

posted @ 2014-10-28 15:54 xihong 阅读(184) 评论(0) 推荐(0)

FineUI Grid中WindowField根据列数据决定是否Enalble
摘要:前台页面Grid控件中设置OnPreRowDataBound属性,windowFile控件设置ID protected void Grid1_PreRowDataBound(object sender, FineUI.GridPreRowEventArgs e) { Inspectio... 阅读全文

posted @ 2014-10-28 15:46 xihong 阅读(543) 评论(0) 推荐(0)

js调用.net后台事件,和后台调用前台等方法总结(转帖)
摘要:js调用.net后台事件,和后台调用前台等方法总结原文来自:http://hi.baidu.com/xiaowei0705/blog/item/4d56163f5e4bf616bba16725.html1. javaScript函数中执行C#代码中的函数:方法一:1、首先建立一个按钮,在后台将调用或... 阅读全文

posted @ 2014-10-18 14:29 xihong 阅读(253) 评论(0) 推荐(0)

导航