<?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: How does your code know if you're in preview mode?</title><link>http://forums.asp.net/thread/1062488.aspx</link><pubDate>Sun, 25 Sep 2005 15:32:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1062488</guid><dc:creator>jjohns09</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1062488.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1062488</wfw:commentRss><description>Additionally, IsEditable will be false when when in preview mode.&lt;BR&gt;&lt;BR&gt;Jeff&lt;BR&gt;</description></item><item><title>Re: How does your code know if you're in preview mode?</title><link>http://forums.asp.net/thread/1061901.aspx</link><pubDate>Sat, 24 Sep 2005 07:44:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1061901</guid><dc:creator>DeveloperMCDBA</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1061901.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1061901</wfw:commentRss><description>thanks ecktwo!</description></item><item><title>Re: How does your code know if you're in preview mode?</title><link>http://forums.asp.net/thread/1060719.aspx</link><pubDate>Fri, 23 Sep 2005 04:22:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1060719</guid><dc:creator>ecktwo</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1060719.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1060719</wfw:commentRss><description>It's in the cookie:&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If Not Request.Cookies("_Tab_Admin_Preview" &amp;amp; PortalSettings.PortalId.ToString) Is Nothing Then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;chkPreview.Checked = Boolean.Parse(Request.Cookies("_Tab_Admin_Preview" &amp;amp; PortalSettings.PortalId.ToString).Value)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;End If</description></item><item><title>How does your code know if you're in preview mode?</title><link>http://forums.asp.net/thread/1060683.aspx</link><pubDate>Fri, 23 Sep 2005 03:03:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1060683</guid><dc:creator>DeveloperMCDBA</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1060683.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1060683</wfw:commentRss><description>ok, you're logged in as an admin. There's a preview button on the control panel. If you were going to write some code to do something based on if its in preview mode, what is it that you have to evaluate?&lt;BR&gt;&lt;BR&gt;Thanks!&lt;BR&gt;&lt;BR&gt;Darren</description></item></channel></rss>