<?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>ASP.NET Dynamic Data</title><link>http://forums.asp.net/1145.aspx</link><description>Discussions regarding the new scaffolding framework in ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Viewstate Growth</title><link>http://forums.asp.net/thread/3282416.aspx</link><pubDate>Thu, 09 Jul 2009 01:09:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3282416</guid><dc:creator>ricka6</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3282416.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3282416</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thanks for posting the solution.&lt;/p&gt;</description></item><item><title>Re: Viewstate Growth</title><link>http://forums.asp.net/thread/3279514.aspx</link><pubDate>Tue, 07 Jul 2009 16:32:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3279514</guid><dc:creator>Sarvis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3279514.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3279514</wfw:commentRss><description>&lt;p&gt;Ok, so the culprit was Telerik&amp;#39;s RadComboBox. &amp;nbsp;More specifically, it was the lack of support for Dynamic Data using RadComboBox. &amp;nbsp;To be even MORE specific:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The workaround for using a RadComboBox with DynamicData is to have a DropDownList with visible set to false, call the PopulateListControl on that DDL and then copy the items to RadComboBox.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This works fine, except when you do that on every postback... I&amp;#39;m guessing it stuffs the entire list into Viewstate when you do it that way, and since I was doing it every postback... the viewstate kept growing.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Is fixed now.&lt;/p&gt;</description></item><item><title>Re: Viewstate Growth</title><link>http://forums.asp.net/thread/3275018.aspx</link><pubDate>Sun, 05 Jul 2009 00:17:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275018</guid><dc:creator>sjnaughton</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275018.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3275018</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I look forward to seeing that, sounds interesting &lt;img src="http://forums.asp.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;/p&gt;</description></item><item><title>Re: Viewstate Growth</title><link>http://forums.asp.net/thread/3274978.aspx</link><pubDate>Sat, 04 Jul 2009 22:02:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274978</guid><dc:creator>Sarvis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274978.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3274978</wfw:commentRss><description>&lt;p&gt;Honestly the code here is... complex. &amp;nbsp;I&amp;#39;m basically designing a system that let&amp;#39;s me create a heirarchical form, where you can edit child objects as well as the parent object.... the fun part being that some of the child objects don&amp;#39;t even exist. &amp;nbsp;So some of the field templates actually create listviews or formviews, and all kinds of events are captured and trapped to make sure the forms stay in synch.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;It actually works pretty well except for this one horrible issue... :(&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Like I said though, I&amp;#39;ll try to narrow down the problem Monday and then maybe I can post a sample that recreates it...&lt;/p&gt;</description></item><item><title>Re: Viewstate Growth</title><link>http://forums.asp.net/thread/3274847.aspx</link><pubDate>Sat, 04 Jul 2009 17:06:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274847</guid><dc:creator>sjnaughton</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274847.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3274847</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Sorry Sarvis, I&amp;#39;ve not come accorss and issue like this can you post some code e.g. custom pages and custom field templates etc.&lt;/p&gt;</description></item><item><title>Re: Viewstate Growth</title><link>http://forums.asp.net/thread/3274791.aspx</link><pubDate>Sat, 04 Jul 2009 15:49:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274791</guid><dc:creator>Sarvis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274791.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3274791</wfw:commentRss><description>&lt;p&gt;*bump* &amp;nbsp;I really need to get this figured out soon...&amp;nbsp;&lt;/p&gt;</description></item><item><title>Viewstate Growth</title><link>http://forums.asp.net/thread/3271749.aspx</link><pubDate>Thu, 02 Jul 2009 15:50:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3271749</guid><dc:creator>Sarvis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3271749.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=3271749</wfw:commentRss><description>&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;clear:both;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;I&amp;#39;m writing a pretty complex web form using ASP.NET Dynamic Data. Several of the controls on this form post back, since there are dependencies between controls. I&amp;#39;m noticing that the viewstate is growing larger with every postback, until after 5 or so there is a long delay between the Render process and the page actually loading in the web browser.&lt;/p&gt;
&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;clear:both;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;This occurs even if I&amp;#39;m JUST clicking a radio button to cause the postback, without entering any data or any other changes into the form...&lt;/p&gt;
&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;clear:both;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;I checked the older version of the form, which does not use Dynamic Data, and the viewstate doesn&amp;#39;t grow at all... so I&amp;#39;m theorizing that the dynamic data controls are somehow to blame...&lt;/p&gt;
&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:1em;margin-left:0px;font-size:14px;vertical-align:baseline;background-image:initial;background-repeat:initial;background-attachment:initial;-webkit-background-clip:initial;-webkit-background-origin:initial;background-color:transparent;clear:both;background-position:initial initial;padding:0px;border:0px initial initial;"&gt;Anyone else seen this? Is there a fix for it?&lt;/p&gt;</description></item></channel></rss>