<?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>DotNetNuke</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Discussions of DotNetNuke for ASP.NET 1.x and above.  &lt;a href="http://www.dotnetnuke.com/" target="_blank"&gt;DNN Home&lt;/a&gt; &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=105&amp;c=25" 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: Look at this!! (............... please)</title><link>http://forums.asp.net/thread/1158555.aspx</link><pubDate>Wed, 04 Jan 2006 12:22:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1158555</guid><dc:creator>EmperorWal</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1158555.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1158555</wfw:commentRss><description>&lt;p&gt;You can probably do this with the ClientAPI as well. The MinMax info for a container is persisted as a cookie. So, you may be able to directly change the cookie from the client. In the ClientAPI there is a property called MinMaxContentVisibile(). You should be able to use this.&lt;/p&gt;
&lt;p&gt;But, I believe you should be able to handle it on the server in a postback as well. The problem (I think) is that the minmax control (Visibility.ascx) is part of the container, not the module. I believe the approach mentioned in the post as this.ModuleConfiguration.Visibility = VisibilityState.Minimize will work. However, it won't work when executed in the Page_Load of the module because the Page_load for the container has already completed its processing. When you want your module to affect the state of the container you have to put the code in an event that runs before the module's Load event. So, if you move the code to the module's Page_Init event it should work.&lt;/p&gt;</description></item><item><title>Re: Look at this!! (............... please)</title><link>http://forums.asp.net/thread/1158271.aspx</link><pubDate>Wed, 04 Jan 2006 02:36:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1158271</guid><dc:creator>bhopkins</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1158271.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1158271</wfw:commentRss><description>&lt;p&gt;okay, I misunderstood. I'm thinking you will need to do this in the onchange event. I'm thinking (and I have not tested this) that you should be able to use the Client API. Take a look in the documentation at the file Client API MinMax.doc and&amp;nbsp;post some code for us to look at. If you can use the client API then maybe Jon can jump in here and clarify exactly how.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bruce&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Look at this!! (............... please)</title><link>http://forums.asp.net/thread/1158217.aspx</link><pubDate>Wed, 04 Jan 2006 00:41:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1158217</guid><dc:creator>EmperorWal</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1158217.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1158217</wfw:commentRss><description>In your diagram you say that you tried to set the value in the Page_load event. Have you tried the same code in the Page_Init event of your module? I had a similar issue where I wanted to override the Container's title with code in my module. This had to be done in Page_Init. By the time Page_load fired it was too late.</description></item><item><title>Re: Look at this!! (............... please)</title><link>http://forums.asp.net/thread/1157930.aspx</link><pubDate>Tue, 03 Jan 2006 19:52:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1157930</guid><dc:creator>walaca</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1157930.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1157930</wfw:commentRss><description>&lt;p&gt;Hi Bruce,&lt;/p&gt;
&lt;p&gt;Thanks for the effort,.. but&lt;/p&gt;
&lt;p&gt;I don't think we are talking about the same thing. The search module as described is, like normal, just maximized. That's okay. But when user action &lt;u&gt;in&lt;/u&gt; the module itself take place (by user clicking on a grid row in my example) I want to collapse the module from the code behind.&lt;/p&gt;
&lt;p&gt;I, as logged on administrator, &amp;nbsp;do not want to configure the module to be minimized in the first place. Collapsing of the module only has to take place when a user does something with the &lt;u&gt;content&lt;/u&gt; of the module.&lt;/p&gt;
&lt;p&gt;Do you have anymore suggestions&lt;/p&gt;</description></item><item><title>Re: Look at this!! (............... please)</title><link>http://forums.asp.net/thread/1157903.aspx</link><pubDate>Tue, 03 Jan 2006 19:26:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1157903</guid><dc:creator>bhopkins</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1157903.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1157903</wfw:commentRss><description>&lt;p&gt;Have you looked under module settings under Advanced?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bruce&lt;/p&gt;</description></item><item><title>Look at this!! (............... please)</title><link>http://forums.asp.net/thread/1157784.aspx</link><pubDate>Tue, 03 Jan 2006 17:32:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1157784</guid><dc:creator>walaca</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1157784.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1157784</wfw:commentRss><description>&lt;p&gt;I really cant find the answer to to following problem. (minimize container from code-behind..)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.xs4all.nl/~walaco/minmax.jpg"&gt;http://www.xs4all.nl/~walaco/minmax.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Greetings Walaca&lt;/p&gt;</description></item></channel></rss>