
ASP.NET
卢俪俪
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
面向对象设计中依赖反转的两种方法
面向对象设计中依赖反转的两种方法转载 2022-06-23 11:29:04 · 194 阅读 · 1 评论 -
.NET 获取当前Windows用户对象
.NET 获取当前Windows用户对象原创 2022-06-21 09:59:00 · 706 阅读 · 0 评论 -
asp.net页面的AutoEventWireup=“true“属性设置
微软通过AutoEventWireup属性已经帮我们进行了事件与页面的隐式关联。这些特定名称包括:Page_Init, Page_Load, Page_DataBind, Page_PreRender和Page_Unload等 针对这些事件方法,开发人员可以利用AutoEventWireup属性设置为true该避免编写过多的链接代码。 如果该属性设置为"false",则代码应改为(显示关联): ...原创 2021-11-30 11:10:43 · 643 阅读 · 0 评论 -
useFullyQualifiedRedirectUrl用法
useFullyQualifiedRedirectUrl="false",设置可以使用相对路径。 useFullyQualifiedRedirectUrl="true",设置只能用绝对路径http://server/path原创 2021-11-30 10:13:39 · 523 阅读 · 0 评论 -
The type initializer for ‘FastReport.Report‘ threw an exception
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Stack Trace: [ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property f.原创 2020-09-10 14:18:07 · 2153 阅读 · 0 评论 -
TextChanged 事件无效
TextChanged 事件无效,则 1.Page Language="C#" ValidateRequest="false" AutoEventWireup="true" 2.textbox的autoPostBack设为true原创 2018-01-17 12:10:07 · 2067 阅读 · 0 评论