上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 107 下一页
摘要: Bob BeaucheminDevelopMentor适用于:Microsoft ADO.NET 2.0Microsoft Visual Studio 2005C# 编程语言摘要:了解在 ADO.NET 中对于从您的数据源访问元数据的增强支持。下载相关的 SchemasSample.exe 示例代码。本页内容深入了解新的公共元数据 API究竟谁需要元数据?我能得到什么样的元数据?RestrictionsDataSourceInformation自定义并扩展元数据用户自定义小结:元数据支持的最终部分深入了解新的公共元数据 API在我的前一篇文章,我指出 Visual Studio 2005 服务 阅读全文
posted @ 2004-10-28 09:06 leonardleonard 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 出处:CSDN 作者:ahking 1、当站点主目录没有创建应用程序:通过FP扩展+虚拟目录的方式来建立WEBAPP,步骤如下:(1)、右击站点---所有任务--配置服务器扩展(2)、建立虚拟目录***,并使其配置应用程序(3)、在VS中建立WEB项目,名称也为***(4)、通过通过FP扩展来建立WEB2、当站点主目录创建应用程序:第一种方法--FP扩展:(1)、右击站点---所有任务--配置服务器扩展(2)、在VS中建立WEB项目,名称自己随便定(3)、通过通过FP扩展来建立WEB第二种方法--WEB共享:(1)在IIS中将IP地址改为全部未分配(2)将地址改为127.0.0.1或LOCAL 阅读全文
posted @ 2004-10-27 20:02 leonardleonard 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 本文由chenyangasp版权所有,可以转载,复制,粘贴,并请注明出处,但不得修改!在asp.net操作文件的所有concept都在system.ionamespace中,这个namespace包含读写操作文件所必需的类。本文将详细介绍关于文件读,写,删除等asp.net中的文件操作。创建文件:并写入一些内容。正如开始我们提到的,我们需要在我们的asp.net的页面的前面添加文件操作的namespace“system.io”第一步:如下所示添加namespace%@ImportNamespace="System.IO"%下一步制作文本文件writefile.aspx%@ImportNa 阅读全文
posted @ 2004-10-27 20:00 leonardleonard 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 作者:未知大家知道,Microsoft为了更好地预防恶意用户和攻击者的攻击,在默认情况下,没有将 IIS6.0 安装到 Windows Server 2003 家族的成员上。而且,当我们最初安装 IIS6.0 时,该服务在高度安全和"锁定"模式下安装。在默认情况下,IIS6.0 只为静态内容提供服务即,诸如 ASP、ASP.NET、在服务器端的包含文件、WebDAV 发布和 FrontPage Server Extensions 功能只有在启用时才工作。在windows 2003 IIS 6.0中安装部署ASP.net环境,我们首先要了解一下IIS6.0 新的特点,在windows 2003 阅读全文
posted @ 2004-10-27 19:57 leonardleonard 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 出处:www.knowsky.com 作者:www.knowsky.com 看了下国外某巨牛的BLOG,大概是讲asp.net 2.0中用GRIDVIEW插入新记录的,方法比较特别,但效果一般,故将程序转之,较为简单,不做解释等。%@ Page Language="C#" ClassName="Default_aspx" % !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" script runat="server" void CancelB 阅读全文
posted @ 2004-10-27 19:55 leonardleonard 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 出处:www.knowsky.com 作者:www.knowsky.com topn3dpie.aspx------------------%@ Page language="c#" CodeBehind="topn3dpie.aspx.cs" AutoEventWireup="false" Inherits="Yeefly.topn3dpie" %topn3dpie.aspx.cs-----------------using System;using System.Collections;using System.ComponentModel;using System.Data;usin 阅读全文
posted @ 2004-10-27 19:55 leonardleonard 阅读(126) 评论(0) 推荐(0) 编辑
摘要: www.chinacs.net2001-8-13中文C#技术站 在ASP.NET中获取文件属性(Retrieving File Information In ASP.NET)By Steven Smith 使用ASP.NET我们可以很容易的得到文件的相关信息,包括:文件名、路径、扩展名、大小和创建以及使用日期等。下面,我们就通过一段代码看看如何取得文件的相关信息。如果我们使用典型的ASP来获取文件信息,它必须使用.FileSystemObjiect脚本对象来查询文件的有关信息。但在ASP.NET中,.FileSystemObject被System.IO 名称空间取代了,在.System.IO中 阅读全文
posted @ 2004-10-27 19:53 leonardleonard 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 图片上传的数据库部分(自动生成所略图www.chinacs.net2002-2-15中文C#技术站 public int FePicDataSet(string strPicTitle, string strPicDate, string strPicName, int intPicType, string strPicIntro, string strThumbnail, int opID) { //string strPicTitle, //string strPicDate, //string strPicName, //int intPicType, //string strPicIn 阅读全文
posted @ 2004-10-27 19:51 leonardleonard 阅读(206) 评论(0) 推荐(0) 编辑
摘要: www.chinacs.net2002-5-9中文C#技术站 邮件发送类,支持HTML格式,支持优先级设置。通过SOCKET类实现的using System;using System.Text;using System.IO;using System.Net;using System.Net.Sockets; namespace Blood.Com.ClassLib{ /// summary/// TcpClient派生类,用来进行SMTP服务器的连接工作/// /summarypublic class SMTPClient : TcpClient{public bool isConn 阅读全文
posted @ 2004-10-27 19:49 leonardleonard 阅读(205) 评论(0) 推荐(0) 编辑
摘要: ASP.NET的实时天气及24小时天气预报(C#) 修改其中的url获得其他城市的天气情况 如广州为: http://weather.yahoo.com/forecast/CHXX0037_c.html 注意仅适用于获得yahoo上的天气预报 GetWeather.aspx ----------------------------------- Weather24小时天气getWeather.aspx.cs --------------------------------------- using System; using System.Collections; using System.C 阅读全文
posted @ 2004-10-27 19:48 leonardleonard 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 107 下一页