<?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 Modules</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Developing custom modules for DotNetNuke.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Persisting Data or Viewstate?</title><link>http://forums.asp.net/thread/1345848.aspx</link><pubDate>Wed, 19 Jul 2006 17:03:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1345848</guid><dc:creator>blmiles</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1345848.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1345848</wfw:commentRss><description>Hi All,&lt;br /&gt;&lt;br /&gt;I have a simple module displaying some text with a title.&lt;br /&gt;&lt;br /&gt;When I go to the edit page of said module, all data is shown, no prob.&lt;br /&gt;&lt;br /&gt;When I modify the text in the textbox and the title in its own textbox, the text is updated but the title is not.&lt;br /&gt;&lt;br /&gt;I find that by the time the code in my update event fires, the Title that the user has amended is not there but the original Title  (before amendments) is.&lt;br /&gt;&lt;br /&gt;I've looked at viewstate etc etc and cannot see why some user-changed data is "lost" or not persisted and some is retained/persisted.&lt;br /&gt;&lt;br /&gt;Any advice? I'm sure this is something very simple that I'm not doing...&lt;br /&gt;&lt;br /&gt;Thanks</description></item></channel></rss>