<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>ASP.NET学习社区</title>
    <link>http://i.aspx1.com/</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) ASP.NET学习社区</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Tue, 13 May 2008 19:14:04 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>主题与样式疑问</title>
    <description><![CDATA[自己目前所理解的:

主题:*.skin 文件内容.

1:用来定制所用控件的样式.可以对某控件填写参数 SkinId=&amp;quot;homeImage&amp;quot;  来对应到其它所用此主题的页面.
这些页面上的控件加上参数 SkinId=&amp;quot;homeImage&amp;quot; 来与主题内所定制的样式对应.

2:如果主题页面当中没有对某个控件(asp:TreeView)填写参数 ]]></description>
      <link>http://i.aspx1.com/showtopic-840.htm</link>
      <category>有问有答</category>
      <author>cngothic</author>
      <pubDate>Tue, 13 May 2008 16:15:00 GMT</pubDate>
    </item>
    <item>
      <title>一步一步教你ASP.NET中利用存储过程实现模糊查询</title>
    <description><![CDATA[一、建立存储过程 
在MSSQL中的Northwind数据库中为employess表新建存储过程(作用按LastName进行模糊查询）： 
   
  CREATE PROCEDURE Employess_Sel @lastname nvarchar (20) 
  AS 
  select lastname from Employees where lastname like '%' ]]></description>
      <link>http://i.aspx1.com/showtopic-839.htm</link>
      <category>ASP.NET文摘</category>
      <author>asp.net</author>
      <pubDate>Tue, 13 May 2008 15:44:00 GMT</pubDate>
    </item>
    <item>
      <title>大学生逃课的暴笑理由</title>
    <description><![CDATA[最实事求是的理由:教授太难看,影响我的视力。 
                                        最拍马屁的理由:女老师们太漂亮了,总让我魂不守舍。 
最无聊的理由:我同桌不陪我聊天。 
最可耻的理由:中午吃的太多,坐着难受。 
最伤心的理由:我们系最漂亮的女生跟一个还不如我四分之一帅{我个人看法}的男生在 我眼前谈恋爱,这课我能上吗? 
最关心自己的理由:]]></description>
      <link>http://i.aspx1.com/showtopic-837.htm</link>
      <category>有问有答</category>
      <author>darko2o8</author>
      <pubDate>Tue, 13 May 2008 14:28:00 GMT</pubDate>
    </item>
    <item>
      <title>新生报到</title>
    <description><![CDATA[新生报到]]></description>
      <link>http://i.aspx1.com/showtopic-836.htm</link>
      <category>新生训练营</category>
      <author>Aspnet</author>
      <pubDate>Tue, 13 May 2008 14:25:00 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net 控件包下载</title>
    <description><![CDATA[http://fosoyo.5d6d.com/  这里有很多控件
控件包太打了，不是就上传一个
]]></description>
      <link>http://i.aspx1.com/showtopic-838.htm</link>
      <category>新生训练营</category>
      <author>Aspnet</author>
      <pubDate>Tue, 13 May 2008 14:24:00 GMT</pubDate>
    </item>
    <item>
      <title>C#学习笔记（一）</title>
    <description><![CDATA[#（独白）：很多年之后，我有个名字叫做C#，任何一种语言都可以叫C，只要它足够强大，我不会介意别人怎样看我,我只不过不想别的语言比我更强大。

C#（独白）：我还以为这世界上有一种语言永远不会过时，因为它太完美。在我出道的时候，我认识一种语言，因为它出生的时候办公室的窗外有一棵橡树，所以很多年以后，它有个名字叫做JAVA。

C#（独白）：近年流行网络，到处都有电子商务，有电子商务的地方一]]></description>
      <link>http://i.aspx1.com/showtopic-834.htm</link>
      <category>ASP.NET文摘</category>
      <author>追づ风</author>
      <pubDate>Tue, 13 May 2008 03:39:00 GMT</pubDate>
    </item>
    <item>
      <title>请求帮忙改代码</title>
    <description><![CDATA[大家好，我刚学ASP.NET，请帮我修改下代码。谢谢！
我QQ358665546.
]]></description>
      <link>http://i.aspx1.com/showtopic-833.htm</link>
      <category>新生训练营</category>
      <author>along1983</author>
      <pubDate>Mon, 12 May 2008 21:22:00 GMT</pubDate>
    </item>
    <item>
      <title>ajax 插入 删除功能的示例程序</title>
    <description><![CDATA[实现了insert 和delete的功能，
内容简单 适合初学者。

程序中用到了 jquery-1.2.1.pack.js ，这个客户段脚本库。

下载地址：332
]]></description>
      <link>http://i.aspx1.com/showtopic-832.htm</link>
      <category>ASP.NET源码</category>
      <author>asp.net</author>
      <pubDate>Mon, 12 May 2008 20:58:00 GMT</pubDate>
    </item>
    <item>
      <title>大话设计模式.rar 教程</title>
    <description><![CDATA[本书通篇都是以情景对话的形式，用多个小故事或编程示例来组织讲解GoF（设计模式的经典名著——Design Patterns：Elements of Reusable Object-Oriented Software，中译本名为《设计模式——可复用面向对象软件的基础》的四位作者Erich Gamma、Richard Helm、Ralph Johnson，以及John Vlissides，这四人常被称]]></description>
      <link>http://i.aspx1.com/showtopic-831.htm</link>
      <category>ASP.NET教程</category>
      <author>asp.net</author>
      <pubDate>Mon, 12 May 2008 19:30:00 GMT</pubDate>
    </item>
    <item>
      <title>visual studio .net 使用技巧手册</title>
    <description><![CDATA[要想快速编程，就必须熟悉开发工具。
那怎样熟悉工具呢？

这里可以告诉你 vs.net 的各种使用方法。
331


]]></description>
      <link>http://i.aspx1.com/showtopic-830.htm</link>
      <category>ASP.NET教程</category>
      <author>aspx1</author>
      <pubDate>Mon, 12 May 2008 19:20:00 GMT</pubDate>
    </item>
    <item>
      <title>发个项目学习的</title>
    <description><![CDATA[发个项目学习的]]></description>
      <link>http://i.aspx1.com/showtopic-829.htm</link>
      <category>新生训练营</category>
      <author>david0718</author>
      <pubDate>Mon, 12 May 2008 13:25:00 GMT</pubDate>
    </item>
    <item>
      <title>送几个项目实践的</title>
    <description><![CDATA[送几个项目实践的]]></description>
      <link>http://i.aspx1.com/showtopic-828.htm</link>
      <category>新生训练营</category>
      <author>david0718</author>
      <pubDate>Mon, 12 May 2008 13:23:00 GMT</pubDate>
    </item>
    <item>
      <title>请问大家都用什么软件写ASP.NET呀：）</title>
    <description><![CDATA[请问大家都用什么软件写ASP.NET呀：）]]></description>
      <link>http://i.aspx1.com/showtopic-827.htm</link>
      <category>新生训练营</category>
      <author>dnwind</author>
      <pubDate>Mon, 12 May 2008 11:16:00 GMT</pubDate>
    </item>
    <item>
      <title>新手报到：）请大家多多关照</title>
    <description><![CDATA[我是一个公司的网管，新手报到：）请大家多多关照！]]></description>
      <link>http://i.aspx1.com/showtopic-826.htm</link>
      <category>新生训练营</category>
      <author>dnwind</author>
      <pubDate>Mon, 12 May 2008 11:14:00 GMT</pubDate>
    </item>
    <item>
      <title>学asp.net需要很高的C#或vb水平吗？</title>
    <description><![CDATA[如题！！！]]></description>
      <link>http://i.aspx1.com/showtopic-825.htm</link>
      <category>新生训练营</category>
      <author>两利</author>
      <pubDate>Mon, 12 May 2008 09:57:00 GMT</pubDate>
    </item>
    <item>
      <title>新人报到~~</title>
    <description><![CDATA[哈哈 以后请大家多多指教啊]]></description>
      <link>http://i.aspx1.com/showtopic-824.htm</link>
      <category>新生训练营</category>
      <author>似有还无_yi</author>
      <pubDate>Mon, 12 May 2008 09:38:00 GMT</pubDate>
    </item>
    <item>
      <title>response对象的writefile方法出现的问题？</title>
    <description><![CDATA[我的源文件：
&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; &amp;gt;
&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;response对象的writefile事件&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;g......]]></description>
      <link>http://i.aspx1.com/showtopic-823.htm</link>
      <category>有问有答</category>
      <author>love.money</author>
      <pubDate>Mon, 12 May 2008 09:06:00 GMT</pubDate>
    </item>
    <item>
      <title>连接数据库</title>
    <description><![CDATA[我用的软件是Visua Web Developer 2005 速成版，如果我要连接数据库，是不是还要自己安装SQL server2000或者是SQL server2005啊？我是新手，谢谢指教！]]></description>
      <link>http://i.aspx1.com/showtopic-822.htm</link>
      <category>有问有答</category>
      <author>love.money</author>
      <pubDate>Mon, 12 May 2008 08:58:00 GMT</pubDate>
    </item>
    <item>
      <title>GridView+FormView 示范数据 新增/修改/删除</title>
    <description><![CDATA[摘要
在同一页面上以 GridView 配合 FormView 来完成数据的「新增/修改/删除」，在这个范例中有下列二个特点。
1. GridView 及 FormView 系结同一个 SqlDataSource 控件。
2. FormView 只使用 EditItemTemplate，同时来做新增及修改的动作。
范例程序代码: 327

画面配置
此范例使用 Northwind 数]]></description>
      <link>http://i.aspx1.com/showtopic-821.htm</link>
      <category>ASP.NET源码</category>
      <author>asp.net</author>
      <pubDate>Mon, 12 May 2008 08:02:00 GMT</pubDate>
    </item>
    <item>
      <title>IIS管理类</title>
    <description><![CDATA[IIS管理类
using System;  
using System.Data;  
using System.DirectoryServices;  
using System.Collections;  
namespace Aspcn.Management  
{  
/// &amp;lt;summary&amp;gt;  
/// IISManager 的摘要说明。  
/// &amp;l]]></description>
      <link>http://i.aspx1.com/showtopic-820.htm</link>
      <category>新生训练营</category>
      <author>justinhuang</author>
      <pubDate>Mon, 12 May 2008 01:01:00 GMT</pubDate>
    </item>
  </channel>
</rss>