| |||||
|
以上步是在NT sp6 SqlServer6.5 和Win2000 sp4 SqlServer2000 Sp3a下.
再次感谢微软动力营,感谢Mingqing Cheng给我们的帮助!
你们能在微软的网站找到IeWebcontrols的安装文件吗?
这个地址不行了
http://msdn.microsoft.com/downloads/samples/internet/ASP_DOT_NET_ServerControls/WebControls/default.asp
我指的是IeWebControls.msi这个安装文件 装完后就会自动注册程序集了
而不是这里说的地址里的包含源代码还需要自己build的文件,.
后来还是发动同事们在所有电脑里search终于找到了一份.
为什么ms不提供msi的安装文件了呢,竟然在google也找不到了.
如果做项目必须用到弹出窗口可以考虑以下
不保证任何时候能用
更不保证在那个myie新版本下能用
如果myie等浏览器屏蔽掉了地址内的某些字比如我演示中有“pop“字样,那也出不来
demo+code:
http://www.github.com/popWindow/
测试通过日期: 2004/07/10/ !!!
csdn开通blog了
文档中心发过豆腐干 的都有吧
http://blog.csdn.net/xiahouwen
在http://www.cnblogs.com/aierong/archive/2004/06/12/15264.aspx
看到大家讨论关于项目的发布。
我们的做法是:
如果您使用的是VS2003
那么
假设你的虚拟目录为WebApp1
位于C:\Inetpub\wwwroot\WebApp1
在你的电脑上新建一个虚拟目录
假设命名为WebApp2
位于C:\Inetpub\wwwroot\WebApp2
点击项目菜单---复制项目
在弹出的对话筐内选择目标项目文件夹
“http://localhost/WebApp2/”
web方法为(RadioButton):文件共享
路径为“C:\Inetpub\wwwroot\WebApp2”
复制(RadioButton)为:
“仅限运行该应用程序所需的文件”
点击确定
就可以把需要发布的内容放到“C:\Inetpub\wwwroot\WebApp2”内
一个很系统的ASP.NET示例教程?lt;BR>类似于QuickStart,但感觉详细的多?lt;BR>可以象某些书一样起个名字--“从入门到精通?lt;BR>
ASP.NET Developer's Cookbook
Chapter 1: Web Form Basics
Chapter 2: User Controls
Chapter 3: Custom Controls
Chapter 4: Caching
Chapter 5: Mobile Controls
Chapter 6: ASP.NET Application Configuration
Chapter 7: State Management
Chapter 8: Security
Chapter 9: Debugging and Error Handling
Chapter 10: Basic Data Operations with ADO.NET
Chapter 11: Working with DataReaders and DataSets
Chapter 12: XML
Chapter 13: Rendering Data with ASP.NET WebControls
Chapter 14: Working with Classes
Chapter 15: Manipulating Strings
Chapter 16: Working with Numbers, Dates, and Times
Chapter 17: Working with Files and Folders
Chapter 18: Working with Collections
Chapter 19: Web Services
Chapter 20: LDAP/ADSI Directory Services
Chapter 21: Internet Tasks and Techniques
Chapter 22: Generating and Manipulating Images
Chapter 23: Threading, Reflection, and CodeDOM
http://blogs.aspadvice.com/crystal/
有很多的faq,很实用的技巧。