摘要:
浅谈ASP.NET内部机制(三) 前言:当我们把页面中的数据包含在表单中发送到服务器的时候,数据到底是以什么形式发送的?服务器接受到提交的数据后是如何读取这些数据,又是如何要决定来引发事件的?我们怎么样才能让我们自定义的控件能够在服务器端触发事件?为什么服务器控件有的要实IPostBackEventHandler,IPostBackDataHandler?..... 大家已... 阅读全文
摘要:
部分代码来自于网络;废话不多说,上代码: 调用方法: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->object obj = WinDllInvoke("Kernel32.dll", "Beep", new object[] { 750, 300 }... 阅读全文
摘要:
Generally, the ASP.NET built in Windows domain authentication is not sufficient. For example, we often need to use Windows domain authentication with database information. Here is my example which ... 阅读全文