
2008年2月29日
摘要: Last September we shipped Silverlight 1.0 for Mac and Windows, and announced our plans to deliver Silverlight on Linux. Silverlight 1.0 focused on enabling rich media scenarios in a browser, and supports a JavaScript/AJAX programming model.
去年9月的we shipped Silverlight 1.0 for Mac and Windows,并宣布了我们计划在linux上发布Silverlight. Silverlight1.0集中对浏览器的多媒体场景提供功能,并且支持JaveScript/AJAX程序模式.
阅读全文
posted @
2008-02-29 11:55 仁面寿星 阅读(234) |
评论 (1) |
编辑

2007年12月11日
摘要: 页面上的控件能一直TAB下去,这是系统的一个很基本的要求。在网上没有搜索到相关的方法。我觉得一般做法都是使页面无刷新,但是如果遇到页面不得不刷新的情况,如何去控制呢?
思路是很简单的,首先是获取引起postback的控件, Control ocontrol = this.FindControl(Request.Form["__EVENTTARGET"]);//"_EVENTTARGET"记录了上次引发postback事件的控件ID。
阅读全文
posted @
2007-12-11 17:36 仁面寿星 阅读(1462) |
评论 (4) |
编辑