<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community</title>
		<link>http://www.daniweb.com/forums/</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Mon, 30 Nov 2009 17:26:48 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title>Find control inside AJAX.Net UpdatePanel</title>
			<link>http://www.daniweb.com/forums/thread239913.html</link>
			<pubDate>Fri, 20 Nov 2009 04:18:35 GMT</pubDate>
			<description><![CDATA[Dear all, 
before using AJAX.Net, when I wanted to find control in form, 
I used this code 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with...]]></description>
			<content:encoded><![CDATA[<div>Dear all,<br />
before using AJAX.Net, when I wanted to find control in form,<br />
I used this code<br />
<br />
 <pre style="margin:20px; line-height:13px"> Dim SQL As String = &quot;SELECT CurrencyID, CurrencyID FROM MasterCurrency ORDER BY CurrencyID&quot;<br />
&nbsp;Dim ctl As Object<br />
<br />
&nbsp;For Each ctl In Me.FindControl(&quot;form1&quot;).Controls<br />
&nbsp; &nbsp;  If LCase(Left(ctl.id, 6)) = &quot;cmbccy&quot; Then FillControl(ctl, SQL)<br />
&nbsp;Next</pre>now, after I'm implementing AJAX.Net, ASP.Net couldn't find all controls inside UpdatePanel.<br />
ASP.Net only finds UpdatePanel control<br />
<br />
Does any one know how to find controls inside UpdatePanel?<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum18.html">ASP.NET</category>
			<dc:creator>Kusno</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread239913.html</guid>
		</item>
	</channel>
</rss>
