<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>VS2005专业教程网论坛 - 有问必答</title>
    <link>http://www.vs2005.com/bbs/showforum-3.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) VS2005专业教程网论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Wed, 03 Dec 2008 15:53:08 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>在线用户列表</title>
      <description><![CDATA[谁有在线用户列表的例子,就是只让在线用在gridview中显示出来]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-415.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Thu, 27 Nov 2008 22:45:00 GMT</pubDate>
    </item>
    <item>
      <title>.net不用控件上传图片</title>
      <description><![CDATA[我现在已经有一张图片,想把它上传到网站上,可fileupload不支付赋值,我该怎样上传呢]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-412.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Thu, 30 Oct 2008 15:16:00 GMT</pubDate>
    </item>
    <item>
      <title>iframe&amp;quot;实时高速高度&amp;quot;</title>
      <description><![CDATA[在用无刷新分页的时候到最后一页,内容不足的时候,会有一片空白,怎样时的检测并改变iframe的高度呢]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-414.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Thu, 20 Nov 2008 17:38:00 GMT</pubDate>
    </item>
    <item>
      <title>javascript 继承</title>
      <description><![CDATA[
function Pet()//宠物对象
{
this.getname=function(){alert(&amp;quot;This is Pet Object&amp;quot;)};
}
function Dog(name)//
{
this.name=name;
}
/*用了一个代理的对象继承*/
var AgentPet=function (){};......]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-413.aspx</link>
      <category>有问必答</category>
      <author>byang</author>
      <pubDate>Thu, 20 Nov 2008 17:10:00 GMT</pubDate>
    </item>
    <item>
      <title>大风请进，急求助！！！</title>
      <description><![CDATA[我做了一个web应用程序，一个页面中有一个button，我希望点击button后可以弹出一个小的类似对话框的页面，里面可以包含一些基本控件比如button，textbox，label之类的，同时这个小的页面只是浮在主页面之上，主页面依......]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-408.aspx</link>
      <category>有问必答</category>
      <author>versacexw</author>
      <pubDate>Sat, 04 Oct 2008 00:02:00 GMT</pubDate>
    </item>
    <item>
      <title>大风请进，急求助！！！</title>
      <description><![CDATA[有一个button，想在button_click事件中，根据dropdownlist选择的内容，用switch语句选择跳转到不同的页面，在每一个case里应该写怎样一个语句可以实现呢？？比如case 1：想要跳转到routing.aspx，应该怎么写？？  谢......]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-409.aspx</link>
      <category>有问必答</category>
      <author>versacexw</author>
      <pubDate>Sun, 05 Oct 2008 00:15:00 GMT</pubDate>
    </item>
    <item>
      <title>页面格式转换</title>
      <description><![CDATA[.net做好的网站能不能转换成静态的网站啊.怎样转换的]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-406.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Sat, 27 Sep 2008 17:21:00 GMT</pubDate>
    </item>
    <item>
      <title>AspNetPager存储过程分页</title>
      <description><![CDATA[前两天收到一个邮件是里面有一个AspNetPager存储过程分页的例子,当时比较忙没有去看,现在找不到了.谁还保留有啊.想看看]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-404.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Wed, 24 Sep 2008 10:04:00 GMT</pubDate>
    </item>
    <item>
      <title>标签的问题！！！</title>
      <description><![CDATA[我在一个页面中，有一个button，想点击以后弹出一个类似MFC里面的对话框在这个页面之上，但还可以看到这个页面，在这个对话框里可以添加一些控件进行操作，想问一下，C#中有这样类似对话框的控件吗？？谢谢！！！]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-407.aspx</link>
      <category>有问必答</category>
      <author>versacexw</author>
      <pubDate>Sun, 28 Sep 2008 22:17:00 GMT</pubDate>
    </item>
    <item>
      <title>WEB，页面传参问题</title>
      <description><![CDATA[web页面中，html页:&amp;lt;a href='ViewMail.aspx?ID=&amp;lt;%#DataBinder.Eval(Container.DataItem,&amp;quot;M_ID&amp;quot;)%&amp;gt;'&amp;gt;&amp;lt;%# DataBinder.Eval(Container.DataItem,&amp;quot;M_Title&amp;quot;)%&amp;gt;&amp;lt;/a&amp;gt;
      ......]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-410.aspx</link>
      <category>有问必答</category>
      <author>4862</author>
      <pubDate>Mon, 06 Oct 2008 15:21:00 GMT</pubDate>
    </item>
    <item>
      <title>导入邮箱的通讯录至邀请名单</title>
      <description><![CDATA[

校内网有个导入邮箱的通讯录至邀请名单这个功能是怎样实现的啊

它需要输入邮箱和邮箱密码,然后可以把邮箱中的联系人名单读取取出来]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-411.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Mon, 06 Oct 2008 19:59:00 GMT</pubDate>
    </item>
    <item>
      <title>网页视频播放加速</title>
      <description><![CDATA[怎样才能为网页视频播放加速呢.我用的是Vcastr 2.0 flv 网络播放器,但是当观看视频的时候有会卡,怎样才能够解决这个问题呢?]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-405.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Fri, 26 Sep 2008 08:50:00 GMT</pubDate>
    </item>
    <item>
      <title>HttpFileCollection</title>
      <description><![CDATA[使用HttpFileCollection上传的时候总是弹出一个登录框]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-403.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Fri, 19 Sep 2008 12:59:00 GMT</pubDate>
    </item>
    <item>
      <title>楼主好，多天没见了</title>
      <description><![CDATA[怎么用C#做文件的上传下载，以及文件保存到什么地方，是数据库还是服务器上的文件夹中，]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-401.aspx</link>
      <category>有问必答</category>
      <author>4862</author>
      <pubDate>Thu, 18 Sep 2008 17:09:00 GMT</pubDate>
    </item>
    <item>
      <title>C# WEB程序  实现类似WORD中字体大小颜色等的变化</title>
      <description><![CDATA[现在我想写一程序，用到这样的功能，希望指点，多谢哦]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-402.aspx</link>
      <category>有问必答</category>
      <author>4862</author>
      <pubDate>Thu, 18 Sep 2008 17:19:00 GMT</pubDate>
    </item>
    <item>
      <title>为Repeater上的删除按钮加早删除确认</title>
      <description><![CDATA[怎样给Repeater上删除按钮加上删除的时候提示确认删除的提示信息
int id = int.Parse(((Label)e.Item.FindControl(&amp;quot;Label4&amp;quot;)).Text);
      
         if (e.CommandName == &amp;quot;del&amp;quot;)
        {
　　｝
我是这样写的，用了一个&amp;lt;as]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-400.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Wed, 17 Sep 2008 10:44:00 GMT</pubDate>
    </item>
    <item>
      <title>用户控件缓存如何根据内部的代码参数来进行缓存?</title>
      <description><![CDATA[假如我一商城,有不同的等级,不同的等级商品价格都不一样，请问要商品列表的用户控件如何根据后置代码(cs)里的级别来进行缓存了?(级别ID参数已知)
网上查了下知道有Substitution这个控件`但是好象不能传参数`不能传参......]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-399.aspx</link>
      <category>有问必答</category>
      <author>ceshi1</author>
      <pubDate>Thu, 11 Sep 2008 23:40:00 GMT</pubDate>
    </item>
    <item>
      <title>参数传递如果是汉字出现?号</title>
      <description><![CDATA[参数传递如果是内容是汉字的话有可能出现?号．这是怎么回事啊]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-392.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Tue, 05 Aug 2008 11:11:00 GMT</pubDate>
    </item>
    <item>
      <title>相册功能自动播放</title>
      <description><![CDATA[http://idate.163.com/viewuser.jsp?id=4601878
帮我看一下这里的相册功能用.net怎么做啊
就是可以自动播放．]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-396.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Fri, 08 Aug 2008 10:17:00 GMT</pubDate>
    </item>
    <item>
      <title>js和cs混合使用</title>
      <description><![CDATA[在cs页面中怎样获得html控件 textBox的值啊
在里面添加runat=server可以,
但是如果去掉runat=server就不能用js判断输入字符的个数了,


有没有解决办法啊?????????????????????]]></description>
      <link>http://www.vs2005.com/bbs/showtopic-320.aspx</link>
      <category>有问必答</category>
      <author>zflyhn</author>
      <pubDate>Sat, 14 Jun 2008 14:07:00 GMT</pubDate>
    </item>
  </channel>
</rss>