<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>尚未分类</title>
<link>http://www.17aspx.com/html/aspnet/all/</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读取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[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[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[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跨页面传值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/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初学者实例 转换为大写字母]]></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[从数据库中读取数据到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>

