12 2010 档案

摘要:I’ve been asked this question a few times in the last couple of months, so I thought I would put together an example page to show how you can get Flash content to stretch to 100 percent height and width without using tables.It’s actually pretty simple. Here’s some of the CSS I used:代码Code highlighti 阅读全文
posted @ 2010-12-10 09:27 安布雷拉 阅读(393) 评论(0) 推荐(0)
摘要:禁用ViewState后,WebForm还有意义吗?WebForm 是基于事件的开发模式,禁用ViewState 后,破坏了控件事件的完整性,那我们还会在Web.config里面禁用掉ViewState吗?这么做什么意义,会不会破坏我们WebForm的开发模式。下面是禁用掉ViewState 后,控件事件对应的情况。Repeater操作:ItemCommand(失效)数据:DataBinding(可用)行为:ItemCreated(可用) , ItemDataBound(可用)Button操作:Click (可用), Command(待验证)数据:DataBinding(可用)DropDown 阅读全文
posted @ 2010-12-03 13:36 安布雷拉 阅读(6224) 评论(52) 推荐(5)