posted @ 2007-02-14 17:31 chinaifne 阅读(88) | 评论 (0) 编辑 |
02 2007 档案
摘要: 1. 打开新的窗口并传送参数:
传送参数:
response.write("")
接收参数:
string a = Request.QueryString("id");
string b = Request.QueryString("id1");
阅读全文
传送参数:
response.write("")
接收参数:
string a = Request.QueryString("id");
string b = Request.QueryString("id1");
阅读全文
posted @ 2007-02-14 17:30 chinaifne 阅读(118) | 评论 (0) 编辑 |
摘要: 引言: 本文将讨论ASP.NET应用的高级配置方法,在文中将讨论的一些配置如下:为ASP.NET进程设置独立的ID标记;配置ASP.NET网站或者网
站目录的访问权限;处理自定义配置事件等。除了以上提到的问题,本文还将讨论从machine.config文件继承和重写部分ASP.NET配置信息,标记也将在本文中讨论。 阅读全文
站目录的访问权限;处理自定义配置事件等。除了以上提到的问题,本文还将讨论从machine.config文件继承和重写部分ASP.NET配置信息,
posted @ 2007-02-14 10:40 chinaifne 阅读(100) | 评论 (0) 编辑 |
posted @ 2007-02-13 10:42 chinaifne 阅读(231) | 评论 (0) 编辑 |
摘要: Zeichenketten und Datumswerte formatierenOft kommt es vor, dass man Zeichenketten und Datumswerte in einem bestimmten Format ausgeben muss. Das Microsoft Framework stellt eine mächte Methode zur Verfü...阅读全文
posted @ 2007-02-01 18:03 chinaifne 阅读(1892) | 评论 (1) 编辑 |
