<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[asp.net编程 专注.net_asp.net教程_C#教程_winform教程 - 技术文章]]></title>
<link>http://www.binsd.com/</link>
<description><![CDATA[binsd (已经修复附件无法下载问题)]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2005 PBlog3 v2.8]]></copyright>
<webMaster><![CDATA[binsd1989@163.com(Binsd)]]></webMaster>
<generator>PBlog2 v2.4</generator> 
<image>
	<title>asp.net编程 专注.net_asp.net教程_C#教程_winform教程</title>
	<url>http://www.binsd.com/images/logos.gif</url>
	<link>http://www.binsd.com/</link>
	<description>asp.net编程 专注.net_asp.net教程_C#教程_winform教程</description>
</image>

			<item>
			<link>http://www.binsd.com/article.asp?id=7</link>
			<title><![CDATA[asp.net在一个页面里用多个Up&#100;atePanel]]></title>
			<author>binsd1989@163.com(binsd)</author>
			<category><![CDATA[技术文章]]></category>
			<pubDate>Thu,05 Nov 2009 15:33:06 +0800</pubDate>
			<guid>http://www.binsd.com/default.asp?id=7</guid>
		<description><![CDATA[ScriptManager添加EnablePartialRending属性：<br/><br/><textarea name="code" class="c#">
<asp:ScriptManager ID=&#34;ScriptManager1&#34; runat=&#34;server&#34; 
EnablePartialRendering=&#34;true&#34;>
</asp:ScriptManager>
</textarea><br/><br/>所有的Up&#100;atePanel需要设置Up&#100;ateMode=&#34;Conditional&#34;：<br/><br/><textarea name="code" class="c#">
<asp:Up&#100;atePanel ID=&#34;Up&#100;atePanel1&#34; runat=&#34;server&#34; 
Up&#100;ateMode=&#34;Conditional&#34;>
<ContentTemplate>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID=&#34;&#34; EventName=&#34;Click&#34; />
</Triggers>
</asp:Up&#100;atePanel>
</textarea><br/><br/>其他操作还是一样，在同一个页面上的多个Up&#100;atePanel可以独自刷新，不会互相影响了！]]></description>
		</item>
		
			<item>
			<link>http://www.binsd.com/article.asp?id=6</link>
			<title><![CDATA[HTML筐架调用指定网页的任意地方]]></title>
			<author>binsd1989@163.com(binsd)</author>
			<category><![CDATA[技术文章]]></category>
			<pubDate>Thu,15 Oct 2009 10:49:44 +0800</pubDate>
			<guid>http://www.binsd.com/default.asp?id=6</guid>
		<description><![CDATA[有些直播的地址被加密了,无法提取!就有了这么一搜主义!<br/>例如,我想调用IFENG的官方直播,又找不到它的绝对地址,怎么办了?<br/>有了,就用下面这些代码:<br/><br/><textarea name="code" class="C++"><div id=&#34;scrollpage&#34; style=&#34;width:540px;height:450px;overflow:hidden;border:1px #cccccc solid&#34;>
<IFRAME border=&#34;0&#34; marginWidth=&#34;0&#34; marginHeight=&#34;0&#34; 
src=&#34;<a href="http://www.whsun.com/zb/" target="_blank" rel="external">http://www.whsun.com/zb/</a>&#34;
frameBorder=&#34;no&#34; width=&#34;540&#34; scrolling=&#34;no&#34; height=&#34;600&#34;></IFRAME>
</div> 
<script>document.getElementById(&#34;scrollpage&#34;).scrollTop=500;
document.getElementById(&#34;scrollpage&#34;).scrollLeft=768; 
</script></textarea>]]></description>
		</item>
		
</channel>
</rss>
