<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>ASP.NET教程</title>
<link>http://www.17aspx.com/html/aspnet/</link>
<description>ASP.NET教程</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; ASP.NET学习网(www.17aspx.com) 版权所有]]></generator>
<webmaster>26837062@QQ.com</webmaster>
<item>
    <title><![CDATA[网站截图工具 (附源码)]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0925/75.html</link>
    <description><![CDATA[实现思路：浏览器控件显示出待截图的网页，设置截取的宽度、高度，Control的DrawToBitmap方法实现截图。 核心代码： Bitmap bmp = new Bitmap(pnlBrowser.AutoScrollMinSize.Width, pnlBrowser.AutoScrollMinSiz]]></description>
    <pubDate>2009-09-25</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET生成随机验证码示例]]></title>
    <link>http://www.17aspx.com/html/aspnet/graphics/2009/0925/74.html</link>
    <description><![CDATA[常用的生成验证码程序，图片效果如下： 源程序如下： using System; using System.Drawing; using System.Drawing.Imaging; using System.Collections.Generic; using System.Text; using System.IO; using System.Web; /// /summary]]></description>
    <pubDate>2009-09-25</pubDate>
    <category>图形图像</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[用ASP.NET读取Flash]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0924/73.html</link>
    <description><![CDATA[一直以来存在这么一个问题，就是当用户上传的Flash文件时都需要附带输入Flash的宽和高，否则显示的时候由于不知道这些数值而导致Flash比例不正常。 近日我做网站也涉及到了这方面的]]></description>
    <pubDate>2009-09-24</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[asp.net 取得文件的物理路径(绝对路径)]]></title>
    <link>http://www.17aspx.com/html/aspnet/file/2009/0921/67.html</link>
    <description><![CDATA[using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; publ]]></description>
    <pubDate>2009-09-21</pubDate>
    <category>文件处理</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET Cookie 概述]]></title>
    <link>http://www.17aspx.com/html/aspnet/base/2009/0921/66.html</link>
    <description><![CDATA[以下内容来自MSDN Cookie 提供了一种在 Web 应用程序中存储用户特定信息的方法。例如，当用户访问您的站点时，您可以使用 Cookie 存储用户首选项或其他信息。当该用户再次访问您的网站]]></description>
    <pubDate>2009-09-21</pubDate>
    <category>基础教程</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Asp.net 时间操作基类(短日期,长日期,时间差)]]></title>
    <link>http://www.17aspx.com/html/aspnet/base/2009/0921/65.html</link>
    <description><![CDATA[using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; name]]></description>
    <pubDate>2009-09-21</pubDate>
    <category>基础教程</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[FileUpload实现上传限定类型和大小的文件到服务器]]></title>
    <link>http://www.17aspx.com/html/aspnet/controls/2009/0921/64.html</link>
    <description><![CDATA[上传文件有两个主要的目的地,一个是服务器，另一个是数据库,ASP.NET内置了FileUpload这个上传控件,文本框显示用户选择的文件的全名. 其属性主要包括: ContenLength:上传文件大小,单位:字节]]></description>
    <pubDate>2009-09-21</pubDate>
    <category>控件示例</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[IsPostBack深入探讨]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0921/63.html</link>
    <description><![CDATA[1 IsPostBack 介绍 IsPostBack 是 Page 类有一个 bool 类型的属性，用来判断针对当前 Form 的请求是第一次还是非第一次请求。当 IsPostBack ＝ true 时表示非第一次请求，我们称为 PostBack ，当 IsP]]></description>
    <pubDate>2009-09-21</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Asp.Net中Get和Set的用法]]></title>
    <link>http://www.17aspx.com/html/aspnet/base/2009/0921/62.html</link>
    <description><![CDATA[在早期学习c#的过程中，经常遇到这样的语句： public string StudentName { get{return stuName;} set{stuName=value;} } 当时也不是很明白为什么要这样？学深了c#后，又没法对其做一个总结。今天看了《]]></description>
    <pubDate>2009-09-21</pubDate>
    <category>基础教程</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Access数据库操作类AccessHelper]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0921/61.html</link>
    <description><![CDATA[所谓AccessHelper,是仿照SQLHelper的数据库访问基类。具体代码如下： using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebCont]]></description>
    <pubDate>2009-09-21</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Gridview控件用法大总结]]></title>
    <link>http://www.17aspx.com/html/aspnet/controls/2009/0920/60.html</link>
    <description><![CDATA[1：在Gridview中无须编写后台代码，直接实现增除删改 2.在Gridview中设置数据行的背景颜色 3.在Gridview中实现分页 4.在Gridview中实现排序 5.添加对话框 6.在Gridview中实现一次性更新所有记录]]></description>
    <pubDate>2009-09-20</pubDate>
    <category>控件示例</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Crystal Report 水晶报表如何实现类似表格单元格合]]></title>
    <link>http://www.17aspx.com/html/aspnet/crystal/2009/0917/35.html</link>
    <description><![CDATA[效果图： 报表设计如下： 实现的方法很简单，打开节专家，选择你的组页眉，右边公用中选中延伸到后续节]]></description>
    <pubDate>2009-09-17</pubDate>
    <category>水晶报表与打印</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[Asp.net中的几种打印方案]]></title>
    <link>http://www.17aspx.com/html/aspnet/crystal/2009/0917/34.html</link>
    <description><![CDATA[一、利用IE内部打印组件： 这个方案也许是最简单的，当然不会很专业。我们假设客户端是IE6.0版本，因为在IE6.0中才完全体现我们所要应用的打印模板机制。它在精确控制页面边界，文]]></description>
    <pubDate>2009-09-17</pubDate>
    <category>水晶报表与打印</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[RegisterStartupScript与RegisterClientScriptBlock的区别]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0917/33.html</link>
    <description><![CDATA[Page.Response.Write( responseTest; ); Page.RegisterStartupScript( RegisterStartupScript , RegisterStartupScriptTest; ); Page.RegisterClientScriptBlock( RegisterClientScriptBlock , RegisterClientScriptBlockTest ); Response.Write输出后的位]]></description>
    <pubDate>2009-09-17</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET(C#) 生成随机验证码]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0916/32.html</link>
    <description><![CDATA[源程序如下： using System; using System.Drawing; using System.Drawing.Imaging; using System.Collections.Generic; using System.Text; using System.IO; using System.Web; /// summary /// /// ** asp.net(C#) 生成验证码 ** /// /// File:]]></description>
    <pubDate>2009-09-16</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET显示今天农历的代码]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0916/31.html</link>
    <description><![CDATA[using System; using System.Globalization;// namespace Project.ChinaDate { /// summary /// 显示今天农历类 /// /summary public class CNDate { private DateTime m_Date; //今天的日期 private readonly int cny; //农历的年月日 pri]]></description>
    <pubDate>2009-09-16</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[认识ASP.NET配置文件Web.config]]></title>
    <link>http://www.17aspx.com/html/aspnet/base/2009/0916/29.html</link>
    <description><![CDATA[一、认识Web.config文件 Web.config文件是一个XML文本文件，它用来储存 ASP.NET Web 应用程序的配置信息（如最常用的设置ASP.NET Web 应用程序的身份验证方式），它可以出现在应用程序的每一个]]></description>
    <pubDate>2009-09-16</pubDate>
    <category>基础教程</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET跨页面传值6种技巧总结]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0916/28.html</link>
    <description><![CDATA[关于页面传值的方法，引发了很多讨论。看来有很多人关注这个，我就我个人观点做了些总结，希望对大家有所帮助。 1. 使用QueryString变量 QueryString是一种非常简单的传值方式，他可以]]></description>
    <pubDate>2009-09-16</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET中的正则表达式]]></title>
    <link>http://www.17aspx.com/html/aspnet/regular/2009/0916/27.html</link>
    <description><![CDATA[本文给出了在ASP.NET下利用正则表达式实现字符串搜索功能的方法，通过对.NET框架下的正则表达式的研究及实例分析，总结了正则表达式的元字符、规则、选项等。 1、正则表达式简介]]></description>
    <pubDate>2009-09-16</pubDate>
    <category>正则表达式\采集</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET中资源文件夹详解]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0915/26.html</link>
    <description><![CDATA[ASP.NET应用程序中包括7个默认的文件夹，它们是Bin文件夹、App_Code文件夹、主题文件夹、App_GlobalResources文件夹、App_LocalResources文件夹、App_WebReferences文件夹、App_Browsers文件夹。每一个文件]]></description>
    <pubDate>2009-09-15</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[asp.net以二进制形式上传和下载文件]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0915/25.html</link>
    <description><![CDATA[Html页面代码简单，这里不省去。 Default.aspx.cs(上传) using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI]]></description>
    <pubDate>2009-09-15</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.Net中using 的三种用法]]></title>
    <link>http://www.17aspx.com/html/aspnet/base/2009/0915/24.html</link>
    <description><![CDATA[1.using指令。using + 命名空间名字，这样可以在程序中直接用命令空间中的类型，而不必指定类型的详细命名空间，类似于Java的import，这个功能也是最常用的，几乎每个cs的程序都会用到]]></description>
    <pubDate>2009-09-15</pubDate>
    <category>基础教程</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[FileUpload.SaveAs 方法]]></title>
    <link>http://www.17aspx.com/html/aspnet/controls/2009/0910/19.html</link>
    <description><![CDATA[使用 FileUpload 控件将上载的文件的内容保存到 Web 服务器上的指定路径。 备注 SaveAs 方法将使用 FileUpload 控件上载的文件的内容保存到 Web 服务器上的指定路径。 用户选择要上载的文件]]></description>
    <pubDate>2009-09-10</pubDate>
    <category>控件示例</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[asp.net 2.0的转义符对应列表]]></title>
    <link>http://www.17aspx.com/html/aspnet/base/2009/0910/18.html</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-09-10</pubDate>
    <category>基础教程</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET初学者实例 转换为大写字母]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0910/14.html</link>
    <description><![CDATA[XML/HTML代码 %@Page Language = C# % script runat = server //Insertpagecodehere // privatevoidMakeUpper(objectsender,EventArgse) { string buf = TheString .Value; TheResult.InnerText = buf .ToUpper(); } / script html head / head body form r]]></description>
    <pubDate>2009-09-10</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[如何在.cs里面写js的事件]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0910/12.html</link>
    <description><![CDATA[1.如何在.cs里面写js的事件 Q1: Response.Write(script language='javascript'/script); Q2:Page.RegisterStartupScript(js,scriptalert('dfdf')/script); Q3:Page.RegisterOnSubmitStatement(onsubmit,scriptalert('ddff')/script); 可以直接写到]]></description>
    <pubDate>2009-09-10</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[一个Substring 实例]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0910/11.html</link>
    <description><![CDATA[*.aspx %@ PageLanguage = C# AutoEventWireup = true CodeFile = char13.aspx.cs Inherits = Test_char13 % ! DOCTYPEhtml PUBLIC -//W3C//DTDXHTML1.0Transitional//ENhttp://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd htmlxmlns = http://www.w3.]]></description>
    <pubDate>2009-09-10</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[给GridView列表的每一行加序号]]></title>
    <link>http://www.17aspx.com/html/aspnet/controls/2009/0909/4.html</link>
    <description><![CDATA[//在.cs页面的代码 protected void gvNews_RowDataBound( object sender, GridViewRowEventArgs e) { if (e.Row.RowIndex = 0 ) { e.Row.Cells[ 0 ].Text = Convert.ToString(e.Row.DataItemIndex + 1 ); } } //在.aspx页面的代码 %#Container.It]]></description>
    <pubDate>2009-09-09</pubDate>
    <category>控件示例</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[GridView控件修改、删除示例(修改含有DropDownList控]]></title>
    <link>http://www.17aspx.com/html/aspnet/controls/2009/0909/3.html</link>
    <description><![CDATA[HTML代码: asp:GridView ID=GridView1 runat=server Width=100% CellPadding=4 ForeColor=#333333 AutoGenerateColumns=False AllowPaging=True PageSize=12 OnRowCancelingEdit=GridView1_RowCancelingEdit OnRowEditing=GridView1_RowEditing OnRowUpdati]]></description>
    <pubDate>2009-09-09</pubDate>
    <category>控件示例</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[从数据库中读取数据到TreeView中]]></title>
    <link>http://www.17aspx.com/html/aspnet/all/2009/0909/2.html</link>
    <description><![CDATA[usingSystem; usingSystem.Data; usingSystem.Configuration; usingSystem.Collections; usingSystem.Web; usingSystem.Web.Security; usingSystem.Web.UI; usingSystem.Web.UI.WebControls; usingSystem.Web.UI.WebControls.WebParts; usingSystem.Web.UI.Ht]]></description>
    <pubDate>2009-09-09</pubDate>
    <category>尚未分类</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

