﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - How do I access Child Controls in a Template Column with Server Side Code?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-access-Child-Controls-in-a-Template-Column-with-Server-Side-Code/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How do I access Child Controls in a Template Column with Server Side Code?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-access-Child-Controls-in-a-Template-Column-with-Server-Side-Code/</link><pubDate>Wed, 10 Feb 2010 06:22:07 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Douglas,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I think I will refer this to your other thread that related on each other. You can click on&amp;nbsp;&lt;/span&gt;&lt;a href="http://www.intersoftpt.com/Community/WebGrid/How-do-I-initailly-set-the-WebGrid-in-Edit-Mode " target="_blank"&gt;&lt;span style="font-size: 9pt; "&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;to go to that particular page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Thank you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How do I access Child Controls in a Template Column with Server Side Code?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-do-I-access-Child-Controls-in-a-Template-Column-with-Server-Side-Code/</link><pubDate>Tue, 09 Feb 2010 17:50:50 GMT</pubDate><dc:creator>DJBadin</dc:creator><description>&lt;p&gt;I have the following code:&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGridColumn
	Name="PriorityCellTemplate_WebGridColumn"
	Bound="False"
	Caption="PRIORITY"
	ColumnType="Template"
	Width="100px"
&amp;gt;
	&amp;lt;CellTemplate&amp;gt;
		&amp;lt;asp:DropDownList 
			ID="RefurbPriority_DropDownList" 
			runat="server"
			SelectedValue='&amp;lt;%# Bind("REFURB_PRIORITY") %&amp;gt;'
		&amp;gt;
			&amp;lt;asp:ListItem Text="ASSESS - 1" Value="1" /&amp;gt;
			&amp;lt;asp:ListItem Text="ASSESS - 2" Value="2" /&amp;gt;
			&amp;lt;asp:ListItem Text="ASSESS - 3" Value="3" /&amp;gt;
			&amp;lt;asp:ListItem Text="DISPOSE" Value="D" /&amp;gt;
			&amp;lt;asp:ListItem Text="UNDECIDED" Value="" Selected="True" /&amp;gt;
		&amp;lt;/ASP:DropDownList&amp;gt;
	&amp;lt;/CellTemplate&amp;gt;
&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;How can I access the Child Control, RefurbPriority_DropDownList with Server Side Code?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Doug&lt;/p&gt;</description></item></channel></rss>