随笔分类 -  [01] ASP.NET

上一页 1 ··· 5 6 7 8 9
ASP.NET用于开发或设计网页/网站。
摘要:简单的说,Silverlight是一个跨平台跨操作系统的插件,使Web开发者能够在浏览器中建造丰富的媒体体验和RIA应用。目前发布的版本为 RC版,可用于Windows平台上的IE和Firefox浏览器,以及Mac OS X平台上的Firefox和Safari浏览器。 在公共发布版本来临之际,现在正是了解Silverlight的好时候,本文解释了微软的Silverlight ... 阅读全文
posted @ 2007-09-02 08:37 emanlee 阅读(299) 评论(0) 推荐(0) 编辑
摘要:Imports System Imports System.Reflection Namespace DotNetNuke '********************************************************************* ' ' Null Class ' ' Class for dealing with the translation of ... 阅读全文
posted @ 2007-08-30 17:50 emanlee 阅读(649) 评论(0) 推荐(0) 编辑
摘要:问题描述: 对于未定义为 System.String 的列,唯一有效的值是(引发异常)。 For columns not defined as System.String, the only valid value is (Throw exception). 设置NullValue为(Empty) or (Null)会出现以下提示: 解决方案: 这是一个Bug,在微软的网站上有详细的描... 阅读全文
posted @ 2007-08-30 16:55 emanlee 阅读(1507) 评论(6) 推荐(0) 编辑
摘要:最近用到了CalendarExtender,结果不知道为什么发生了错位,如图在Google和百度上找了很久,中文的文章里面似乎只提到了如何本地化(就是显示中文的月份)以及怎么解决被下拉框挡住的问题,谈到格式错位的好像没有,我最后在官方论坛上找到一篇文章,解决了这个问题,就在这儿贴一下~应该也算是个bug吧,可能在0618之后的版本会有补丁(asp.ent ajax toolkit 2007年 6月... 阅读全文
posted @ 2007-08-20 14:12 emanlee 阅读(620) 评论(0) 推荐(0) 编辑
摘要:ASP.NET 2.0 page lifecyle ASP.NET 2.0 event sequence changed a lot since 1.1. Here is the order: Application: BeginRequest Application: PreAuthenticateRequest Application: AuthenticateRequest Applica... 阅读全文
posted @ 2007-08-13 22:55 emanlee 阅读(954) 评论(0) 推荐(0) 编辑
摘要:以下内容是从网络上搜集资料,然后整理而来的。不当之处,请不吝指教。(The following were from network, and edited by myself. Thanks in advance for your advice) Sorted By Control ... 阅读全文
posted @ 2007-08-12 11:22 emanlee 阅读(721) 评论(0) 推荐(0) 编辑
摘要:静态声明: ' Style="position: relative" AppendDataBoundItems="True"> (无 或 空 或 all) 动态添加: ' Style="position: relative" AppendDataBoundI... 阅读全文
posted @ 2007-08-11 18:28 emanlee 阅读(2847) 评论(0) 推荐(0) 编辑
摘要:Some samples are below for ASP.Net web form controls:(from http://www.visualize.uk.com/resources/asp-net-standards.asp) Control Prefix Example ... 阅读全文
posted @ 2007-08-08 11:25 emanlee 阅读(2256) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9