<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Custom Server Controls</title><link>http://forums.asp.net/19.aspx</link><description>All about building ASP.NET server controls. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=12&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: IPostBackDataHandler methods never gets called</title><link>http://forums.asp.net/thread/3273837.aspx</link><pubDate>Fri, 03 Jul 2009 16:30:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273837</guid><dc:creator>RichardD</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273837.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=19&amp;PostID=3273837</wfw:commentRss><description>&lt;p&gt;LoadPostData is only called if the posted form contains a field with a name which matches the UniqueID of your control.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>IPostBackDataHandler methods never gets called</title><link>http://forums.asp.net/thread/3268062.aspx</link><pubDate>Wed, 01 Jul 2009 06:28:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3268062</guid><dc:creator>bhav27</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3268062.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=19&amp;PostID=3268062</wfw:commentRss><description>&lt;p&gt;I have server control inheriting from WebControl and implementing IPostBackDataHandler&lt;/p&gt;
&lt;p&gt;In the CreateChildControls() I add several controls of type ListControl to the controls collection. I need to collect the state of those controls during post back in my business objects which are public properties of this server control. I am trying to collect state in the LoadPostData(), but for some reason I never call this method called.&lt;/p&gt;
&lt;p&gt;What could be the reason for this method not being called?&lt;/p&gt;</description></item></channel></rss>