摘要:
1.How to add javascript or stylesheet to header of asp.net page? 2.Error logging techniques using Database 3.基于HTTP长连接的“服务器堆”技术 4.各种统计图用.net实现 5.System.IO.Compression Namespace 6.Display Images i... 阅读全文
摘要:
一直以为offsetParent和parentElement是一回事,最近在做web控件才发现原来的理解是大错特错。 parentElement 在msdn的解释是Retrieves the parent object in the object hierarchy. 而offsetParent在msdn的解释是Retrieves a reference to the contain... 阅读全文
摘要:
ObjectDataSource.Selected Event Occurs when a Select operation has completed. Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3 8 9 ... 阅读全文
摘要:
Page.InitializeCulture Method Sets the Culture and UICulture for the current thread of the page. Namespace: System.Web.UI Assembly: System.Web (in System.Web.dll) Code Code highlighting prod... 阅读全文
摘要:
The ASP.NET configuration API allows you to develop, deploy, and manage application configuration data by using a single programming interface. Using the configuration API, you can develop and modi... 阅读全文
摘要:
转载地址:http://www.svnhost.cn/Article/Detail-23.shtml 1. 1 2.新建一个独立用户登录的类: using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Web.Security; namespace BLL {... 阅读全文
摘要:
链接地址:http://msdn.microsoft.com/en-us/library/system.web.caching.cacheitemremovedcallback.aspx Defines a callback method for notifying applications when a cached item is removed from the Cache. 1 2 ... 阅读全文
摘要:
1..NET Role-Based Security in a Production Environment 2.Google's Static Map API WebControl 3.Check if JavaScript is Enabled from Server-Side Using an User Control 4.A .NET API for the Google Maps G... 阅读全文