上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: System.Web”中不存在类型或命名空间名称script /找不到System.Web.Extensions.dll引用添加引用就行了...“添加引用→.Net→System.Web.Entensions.dll”;然后再项目文件中再“using System.Web.Script.Serial... 阅读全文
posted @ 2014-04-18 09:02 sunnyboy 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: 请问后台不识别ASPX中的控件,怎么解决 这个程序是在网上下载的C# code<asp:DataGrid runat="server" ID="dgList1" HorizontalAlign="Center" AlternatingItemStyle-BackColor="#eeeeee" Css... 阅读全文
posted @ 2014-04-18 08:59 sunnyboy 阅读(1174) 评论(1) 推荐(0) 编辑
摘要: asp.net中的代码分离模式我们肯定都不陌生,C#(或者其它语言)写的代码一般不会和设计语言HTML混在一起,但是有的时候也避免不了,这时就会在UI页面里用来绑定显示、绑定变量数据了,今日看到一文章专门对此进行了分析,我进行了一点修正:一. 这种格式实际上就是和asp的用法一样的,只是asp中里面... 阅读全文
posted @ 2014-04-17 11:50 sunnyboy 阅读(892) 评论(0) 推荐(0) 编辑
摘要: 摘要:在实际的Web开发中,我们可能会常常遇到后台调用前台JS代码或者前台JS调用后台代码的情况。今天就把比较实用的前后台相互调用的方法总结出来和大家分享。在实际的Web开发中,我们可能会常常遇到后台调用前台JS代码或者前台JS调用后台代码的情况。今天就把比较实用的前后台相互调用的方法总结出来和大家... 阅读全文
posted @ 2014-04-17 11:23 sunnyboy 阅读(4932) 评论(1) 推荐(0) 编辑
摘要: Try setting the height of the html element to 100% as well.html, body{ height: 100%;}Body looks to its parent (HTML) for how to scale the dynamic p... 阅读全文
posted @ 2014-04-17 11:17 sunnyboy 阅读(150) 评论(0) 推荐(0) 编辑
摘要: javascript中没有像c#,java那样的哈希表(hashtable)的实现。在js中,object属性的实现就是hash表,因此只要在object上封装点方法,简单的使用obejct管理属性的方法就可以实现简单高效的hashtable。首先简单的介绍关于属性的一些方法:属性的枚举:for/i... 阅读全文
posted @ 2014-04-17 07:16 sunnyboy 阅读(434) 评论(0) 推荐(0) 编辑
摘要: ASP.NET 4.5 includes a new feature to minify and bundle CSS and JavaScript within your web application. If you use any of the default project template... 阅读全文
posted @ 2014-04-17 06:12 sunnyboy 阅读(306) 评论(0) 推荐(0) 编辑
摘要: The standard windows keyboard shortcuts for expanding and collapsing treeviews are: Numeric Keypad *: Expands everything under the current selection Numeric Keypad +: Expands the current selection Numeric Keypad -: Collapses the current selection. RIGHT ARROW: Expands the current selection if it i.. 阅读全文
posted @ 2014-04-11 21:56 sunnyboy 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 今天在练习wcf时,客户端调用服务端方法时出现异常。如下:未处理System.ServiceModel.AddressAlreadyInUseExceptionMessage="HTTP 无法注册 URL http://+:80/Temporary_Listen_Addresses/88c4ba08-ef25-4254-8811-870fffe5f9ea/,因为另一应用程序正在使用 TCP 端口 80。"网络解决方法:当WCF的服务使用session时,我们只有几种协议可供选择: 1. netTcp - 用这个协议是最好的,但有个重要问题是,IIS6不支持netTcp协议, 阅读全文
posted @ 2013-11-17 20:12 sunnyboy 阅读(1705) 评论(0) 推荐(0) 编辑
摘要: Forward reference forward declaration 阅读全文
posted @ 2013-07-23 15:22 sunnyboy 阅读(605) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页