<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>it项目交流社区</title>
    <link>http://www.csdnit.com/</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) it项目交流社区</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Wed, 10 Mar 2010 20:31:20 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>ASP.net 动态生成验证码的问题</title>
    <description><![CDATA[在ajax的page_Load（）里面， 假设我调用一个WebMethod获取了验证图片的 byte ，接下去该如何做，让一个已经存在的 &amp;lt;img id=“code&amp;quot; /&amp;gt;元素显示这个验证图片。谢谢！]]></description>
      <link>http://www.csdnit.com/showtopic-2121.html</link>
      <category>asp.net技术交流</category>
      <author>web</author>
      <pubDate>Thu, 04 Mar 2010 22:33:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET页面刷新方法总结</title>
    <description><![CDATA[先看看ASP.NET页面刷新的实现方法： 

第一： 
C# code private
void Button1_Click( object sender, System.EventArgs e ) {   Response.Redirect( Request.Url.ToString( ) ); } 

第二： 
C# code private
void Button2_Clic]]></description>
      <link>http://www.csdnit.com/showtopic-2120.html</link>
      <category>asp.net技术交流</category>
      <author>web</author>
      <pubDate>Thu, 04 Mar 2010 22:28:00 GMT</pubDate>
    </item>
    <item>
      <title>ajax兼容性的问题IE可以FirFox不行</title>
    <description><![CDATA[var xmlHttp=null; 
function CreateXmlHttp() 
{ 
if(window.ActiveXObject) 
{ 
xmlHttp=new ActiveXObject(&amp;quot;Microsoft.XMLHTTP&amp;quot;); 
} 
else if(window.XMLHttpRequest) 
{ 
xmlHttp=new XMLHt......]]></description>
      <link>http://www.csdnit.com/showtopic-2119.html</link>
      <category>javascript与ajax技术</category>
      <author>web</author>
      <pubDate>Thu, 04 Mar 2010 22:26:00 GMT</pubDate>
    </item>
    <item>
      <title>Extjs Panel重新刷新</title>
    <description><![CDATA[Extjs中: 
请问将一个实例化好的Panel初始化...应该怎么做... 
如:现在有一个Panel,Panel里有tbar和一个gridpanel, 
                            tbar里有10个textfield, 
                            gridpan......]]></description>
      <link>http://www.csdnit.com/showtopic-2118.html</link>
      <category>javascript与ajax技术</category>
      <author>web</author>
      <pubDate>Thu, 04 Mar 2010 22:25:00 GMT</pubDate>
    </item>
    <item>
      <title>Response.Write输出整个html页面</title>
    <description><![CDATA[我用StringBuilder拼接了一段html代码，然后用Response.Write(sb.ToString()); 
本意是想完成一个操作后在新的页面上显示成功或失败信息的，可是操作后却没反应，没看到有新的页面。 
我看别人的代码不是用StringBuilder拼接，却成功，满奇怪的。 
请教一下。]]></description>
      <link>http://www.csdnit.com/showtopic-2117.html</link>
      <category>asp.net技术交流</category>
      <author>web</author>
      <pubDate>Thu, 04 Mar 2010 00:01:00 GMT</pubDate>
    </item>
    <item>
      <title>&amp;lt;%%&amp;gt;与&amp;lt;%#%&amp;gt;的区别</title>
    <description><![CDATA[&amp;lt;%%&amp;gt;与 &amp;lt;%#%&amp;gt;的区别谁知道]]></description>
      <link>http://www.csdnit.com/showtopic-2116.html</link>
      <category>asp.net技术交流</category>
      <author>web</author>
      <pubDate>Wed, 03 Mar 2010 23:56:00 GMT</pubDate>
    </item>
    <item>
      <title>dropdownlist的一个奇怪问题</title>
    <description><![CDATA[B/S项目中用dropdownlist(autopostback=false)来选择中文的科室名列表，通常情况下，在此dropdownlist获得焦点后，只要输入科室名的第一个汉字，就会自动跳到头一个字匹配的条目上。 

测试过3台机子都没问题，但今天在另１台机上，发现此功能失灵！但匹配个别英文字头的条目没有问题。 

换过输入法；换过IE的编码；确认过区域和语言选项。都不管用！ 

]]></description>
      <link>http://www.csdnit.com/showtopic-2115.html</link>
      <category>asp.net技术交流</category>
      <author>web</author>
      <pubDate>Wed, 03 Mar 2010 23:55:00 GMT</pubDate>
    </item>
    <item>
      <title>一个要用C#写的求出圆的面积难题</title>
    <description><![CDATA[尝试开发一个程序，要求自定义一个类，该类中包含圆的半径及求圆面积的方法，然后再Main方法中调用自定义的方法求指定半径的圆面积]]></description>
      <link>http://www.csdnit.com/showtopic-2114.html</link>
      <category>C#技术交流</category>
      <author>web</author>
      <pubDate>Wed, 03 Mar 2010 23:53:00 GMT</pubDate>
    </item>
    <item>
      <title>C#监听指定端口发回的数据</title>
    <description><![CDATA[这段时间在研究一个应用程序返回image data的问题，用ethereal监听也没发现什么有价值东西，各位大侠谁能提供一个简短的c#监听指定端口（port:6100，能自己设定更好）的程序，最好是不间断监听，我自己也在研究多线程监听，实现是太郁闷了，在两台计算机之间传输数据，ethreal竟然没有监测到，谢谢。]]></description>
      <link>http://www.csdnit.com/showtopic-2113.html</link>
      <category>C#技术交流</category>
      <author>web</author>
      <pubDate>Wed, 03 Mar 2010 23:38:00 GMT</pubDate>
    </item>
    <item>
      <title>AJAX 无刷新实现级联效果利用xmlHttpRequest，客户端全选删除效果</title>
    <description><![CDATA[我的邮箱是xiao619999@163.com 
一共有两题，大家一人一题帮忙解决下， 分数是完全没问题的，和我解决的朋友一人50分， 后面我再补给，谢谢大家了。]]></description>
      <link>http://www.csdnit.com/showtopic-2112.html</link>
      <category>asp.net与ajax技术交流</category>
      <author>web</author>
      <pubDate>Wed, 03 Mar 2010 23:34:00 GMT</pubDate>
    </item>
    <item>
      <title>抛弃C#，迎接F#吧</title>
    <description><![CDATA[在马上到来的VS2010中，F#成功的取代了C#而排在头号开发语言。 当然C#仍然被保留下来以便实现缓慢过度。 

F#的语言真是太完美了，由于C#的发展越来越垃圾，所以F#来取代C#是当之无愧的。 
C#的猥琐的委托的反射特别的变态，以至于编译器编译出的代码相当垃圾。 

而F#就是在这种情况下诞生的，它和C#几乎同时发展，现在已经发展成熟。 
F#马上要成为最流行的.net开发语言]]></description>
      <link>http://www.csdnit.com/showtopic-2111.html</link>
      <category>C#技术交流</category>
      <author>web</author>
      <pubDate>Wed, 03 Mar 2010 23:21:00 GMT</pubDate>
    </item>
    <item>
      <title>快捷键直接向数据库里插入null记录</title>
    <description><![CDATA[&amp;lt;Ctrl&amp;gt;   +   0     
    
  后面一个是数字“零”]]></description>
      <link>http://www.csdnit.com/showtopic-2110.html</link>
      <category>sqlserver2000 / 2005技术</category>
      <author>web</author>
      <pubDate>Wed, 03 Mar 2010 12:57:00 GMT</pubDate>
    </item>
    <item>
      <title>js如何赋值控件postbackurl属性</title>
    <description><![CDATA[最近小弟我做项目问题多，分不多请见谅哈 

控件是imagebutton]]></description>
      <link>http://www.csdnit.com/showtopic-2109.html</link>
      <category>jquery框架/插件</category>
      <author>admin</author>
      <pubDate>Tue, 02 Mar 2010 22:40:00 GMT</pubDate>
    </item>
    <item>
      <title>关于RSS的问题</title>
    <description><![CDATA[公司要求做个RSS，要求是C/S 
要求是采集一些网站最新新闻。 
之前完全没有接触过，不知如何下手。 
请大虾们讲解下思路，或者提供些资料。谢谢。分不多了。]]></description>
      <link>http://www.csdnit.com/showtopic-2108.html</link>
      <category>C#技术交流</category>
      <author>admin</author>
      <pubDate>Tue, 02 Mar 2010 22:35:00 GMT</pubDate>
    </item>
    <item>
      <title>c#隐藏程序界面及任务栏图标并在系统托盘显示的问题</title>
    <description><![CDATA[我做了一个小程序，如果登陆成功的话就最小化窗口， 
添加了最小化事件如下： 
C# code private
void Form1_SizeChanged(object sender, EventArgs e)        {            if (this.WindowState == FormWindowState.Minimized)            {        ]]></description>
      <link>http://www.csdnit.com/showtopic-2107.html</link>
      <category>C#技术交流</category>
      <author>admin</author>
      <pubDate>Tue, 02 Mar 2010 22:34:00 GMT</pubDate>
    </item>
    <item>
      <title>为什么c#打印程序发送时横向打印的文档以纵向打印</title>
    <description><![CDATA[我写的c#程序，调用打印程序，把页面设为了横向打印，字也横了过来，预揽为横向，可为何打印出来的字是纵向的呢？ 
急！请哪位高手指点下！]]></description>
      <link>http://www.csdnit.com/showtopic-2106.html</link>
      <category>C#技术交流</category>
      <author>admin</author>
      <pubDate>Tue, 02 Mar 2010 22:21:00 GMT</pubDate>
    </item>
    <item>
      <title>如何让panle的滚动条不自动滚动</title>
    <description><![CDATA[如题 
panel里面生产N个子窗体，如果设置panel autoscroll为true 就自动滚动了，然后子窗体的显示位置就有问题了。求解。 

            
public void init(int ID,int Width,int Height) 
        { 
            int numForm = Width / this.Width; 
]]></description>
      <link>http://www.csdnit.com/showtopic-2105.html</link>
      <category>C#技术交流</category>
      <author>admin</author>
      <pubDate>Tue, 02 Mar 2010 22:20:00 GMT</pubDate>
    </item>
    <item>
      <title>C#中简体转换为繁体</title>
    <description><![CDATA[Strings.StrConv(str, VbStrConv.TraditionalChinese, 0);]]></description>
      <link>http://www.csdnit.com/showtopic-2104.html</link>
      <category>C#技术交流</category>
      <author>web</author>
      <pubDate>Mon, 01 Mar 2010 15:45:00 GMT</pubDate>
    </item>
    <item>
      <title>C#轻松获取一个文件夹的信息</title>
    <description><![CDATA[DirectoryInfo dirInfo = new DirectoryInfo(templatePath);   

templatePath  为文件夹的路径]]></description>
      <link>http://www.csdnit.com/showtopic-2103.html</link>
      <category>常用代码 / 模块代码</category>
      <author>web</author>
      <pubDate>Mon, 01 Mar 2010 14:15:00 GMT</pubDate>
    </item>
    <item>
      <title>js怎样获取文件名</title>
    <description><![CDATA[已知test.aspx  只想取test这几个字符 求大大们教教我！！]]></description>
      <link>http://www.csdnit.com/showtopic-2102.html</link>
      <category>javascript初学者</category>
      <author>web1</author>
      <pubDate>Sat, 27 Feb 2010 22:09:00 GMT</pubDate>
    </item>
  </channel>
</rss>