<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>System.Web.UI.PageEx</title><link>http://www.codeplex.com/DotNetPageEx/Project/ProjectRss.aspx</link><description>The basic purpose of this small project is save System.Web.UI.Page&amp;#39;s ViewState to an alternative storage medium, such as disk files, a SQL Server database or a custom storage medium. Supports all A...</description><item><title>RELEASED: System.Web.UI.PageEx v0.3 (May 26, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=13750</link><description>Version 0.3 completes full database support &amp;#40;including ODBC&amp;#41;. Also included in this realease is a sub-version for ASP.NET 2.0.&lt;br /&gt;&lt;br /&gt;A test website ViewStateTest for 1.x is also included.&lt;br /&gt;&lt;br /&gt;Here are a few steps on how to test the library &amp;#40;please adapt to 2005&amp;#47;2008 yourselves&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create an ASP.NET Web Application using Visual Studio 2003.&lt;br /&gt;&lt;br /&gt;2. Add a reference to this library &amp;#40;by project or by assembly&amp;#41;.&lt;br /&gt;&lt;br /&gt;3. Create a new Web Form, say WebForm1.aspx.&lt;br /&gt;&lt;br /&gt;4. Modify codebehind code file WebForm1.aspx.cs and make it inherit from System.Web.UI.PageEx, like this&amp;#58;&lt;br /&gt;   public class WebForm1 &amp;#58; System.Web.UI.PageEx&lt;br /&gt;&lt;br /&gt;5. Add several appSettings to Web.config file &amp;#40;please refer to readme.txt&amp;#41;.&lt;br /&gt;&lt;br /&gt;6. Try to store various data into ViewState and run your application&amp;#59; see PageExTest.aspx.cs.</description><author></author><pubDate>Mon, 26 May 2008 04:41:04 GMT</pubDate><guid isPermaLink="false">RELEASED: System.Web.UI.PageEx v0.3 (May 26, 2008) 20080526044104A</guid></item><item><title>UPDATED RELEASE: System.Web.UI.PageEx v0.3 (May 26, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=13750</link><description>Version 0.3 completes full database support &amp;#40;including ODBC&amp;#41;. Also included in this realease is a sub-version for ASP.NET 2.0.&lt;br /&gt;&lt;br /&gt;A test website ViewStateTest for 1.x is also included.&lt;br /&gt;&lt;br /&gt;Here are a few steps on how to test the library &amp;#40;please adapt to 2005&amp;#47;2008 yourselves&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create an ASP.NET Web Application using Visual Studio 2003.&lt;br /&gt;&lt;br /&gt;2. Add a reference to this library &amp;#40;by project or by assembly&amp;#41;.&lt;br /&gt;&lt;br /&gt;3. Create a new Web Form, say WebForm1.aspx.&lt;br /&gt;&lt;br /&gt;4. Modify codebehind code file WebForm1.aspx.cs and make it inherit from System.Web.UI.PageEx, like this&amp;#58;&lt;br /&gt;   public class WebForm1 &amp;#58; System.Web.UI.PageEx&lt;br /&gt;&lt;br /&gt;5. Add several appSettings to Web.config file &amp;#40;please refer to readme.txt&amp;#41;.&lt;br /&gt;&lt;br /&gt;6. Try to store various data into ViewState and run your application&amp;#59; see PageExTest.aspx.cs.</description><author></author><pubDate>Mon, 26 May 2008 04:41:04 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: System.Web.UI.PageEx v0.3 (May 26, 2008) 20080526044104A</guid></item><item><title>UPDATED RELEASE: System.Web.UI.PageEx v0.3 (May 26, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=13750</link><description>Version 0.3 completes full database support &amp;#40;including ODBC&amp;#41;. Also included in this realease is a sub-version for ASP.NET 2.0.&lt;br /&gt;&lt;br /&gt;A test website ViewStateTest for 1.x is also included.&lt;br /&gt;&lt;br /&gt;Here are a few steps on how to test the library &amp;#40;please adapt to 2005&amp;#47;2008 yourselves&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create an ASP.NET Web Application using Visual Studio 2003.&lt;br /&gt;&lt;br /&gt;2. Add a reference to this library &amp;#40;by project or by assembly&amp;#41;.&lt;br /&gt;&lt;br /&gt;3. Create a new Web Form, say WebForm1.aspx.&lt;br /&gt;&lt;br /&gt;4. Modify codebehind code file WebForm1.aspx.cs and make it inherit from System.Web.UI.PageEx, like this&amp;#58;&lt;br /&gt;   public class WebForm1 &amp;#58; System.Web.UI.PageEx&lt;br /&gt;&lt;br /&gt;5. Add several appSettings to Web.config file &amp;#40;please refer to readme.txt&amp;#41;.&lt;br /&gt;&lt;br /&gt;6. Try to store various data into ViewState and run your application&amp;#59; see PageExTest.aspx.cs.</description><author></author><pubDate>Mon, 26 May 2008 04:39:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: System.Web.UI.PageEx v0.3 (May 26, 2008) 20080526043920A</guid></item><item><title>UPDATED RELEASE: System.Web.UI.PageEx v0.2 (May 10, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=13250</link><description>This version 0.2 adds database implementation &amp;#40;except ODBC part&amp;#41;&amp;#59; SQL Server and OLEDB for Microsoft Access databases are working fine.&lt;br /&gt;&lt;br /&gt;Again, a version for ASP.NET 2.0 has not been included &amp;#40;will be included in 0.3 as planned&amp;#41;.&lt;br /&gt;&lt;br /&gt;Here are a few steps on how to test the library&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create an ASP.NET Web Application using Visual Studio 2003.&lt;br /&gt;2. Add a reference to this library &amp;#40;by project or by assembly&amp;#41;.&lt;br /&gt;3. Create a new Web Form, say WebForm1.aspx.&lt;br /&gt;4. Modify codebehind code file WebForm1.aspx.cs and make it inherit from System.Web.UI.PageEx, like this&amp;#58;&lt;br /&gt;   public class WebForm1 &amp;#58; System.Web.UI.PageEx&lt;br /&gt;5. Add several appSettings to Web.config file &amp;#40;please refer to readme.txt&amp;#41;.&lt;br /&gt;6. Try to store various data into ViewState and run your application.&lt;br /&gt;</description><author></author><pubDate>Mon, 12 May 2008 12:34:16 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: System.Web.UI.PageEx v0.2 (May 10, 2008) 20080512123416P</guid></item><item><title>UPDATED RELEASE: System.Web.UI.PageEx v0.2 (May 10, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=13250</link><description>This version 0.2 adds database implementation &amp;#40;except ODBC part&amp;#41;&amp;#59; SQL Server and OLEDB for Microsoft Access databases are working fine.&lt;br /&gt;&lt;br /&gt;Again, a version for ASP.NET 2.0 has not been included &amp;#40;will be included in 0.3 as planned&amp;#41;.&lt;br /&gt;&lt;br /&gt;Here are a few steps on how to test the library&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create an ASP.NET Web Application using Visual Studio 2003.&lt;br /&gt;2. Add a reference to this library &amp;#40;by project or by assembly&amp;#41;.&lt;br /&gt;3. Create a new Web Form, say WebForm1.aspx.&lt;br /&gt;4. Modify codebehind code file WebForm1.aspx.cs and make it inherit from System.Web.UI.PageEx, like this&amp;#58;&lt;br /&gt;   public class WebForm1 &amp;#58; System.Web.UI.PageEx&lt;br /&gt;6. Try to store various data into ViewState and run your application.</description><author></author><pubDate>Mon, 12 May 2008 12:32:23 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: System.Web.UI.PageEx v0.2 (May 10, 2008) 20080512123223P</guid></item><item><title>UPDATED RELEASE: System.Web.UI.PageEx v0.2 (May 10, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=13250</link><description>This version 0.2 adds database implementation &amp;#40;except ODBC part&amp;#41;&amp;#59; SQL Server and OLEDB for Microsoft Access databases are working fine.&lt;br /&gt;&lt;br /&gt;Again, a version for ASP.NET 2.0 has not been included &amp;#40;will be included in 0.3 as planned&amp;#41;.&lt;br /&gt;&lt;br /&gt;Here are a few steps on how to test the library&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create an ASP.NET Web Application using Visual Studio 2003.&lt;br /&gt;2. Add a reference to this library &amp;#40;by project or by assembly&amp;#41;.&lt;br /&gt;3. Create a new Web Form, say WebForm1.aspx.&lt;br /&gt;4. Modify codebehind code file WebForm1.aspx.cs and make it inherit from System.Web.UI.PageEx, like this&amp;#58;&lt;br /&gt;   public class WebForm1 &amp;#58; System.Web.UI.PageEx&lt;br /&gt;6. Try to store various data into ViewState and run your application.</description><author></author><pubDate>Mon, 12 May 2008 12:31:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: System.Web.UI.PageEx v0.2 (May 10, 2008) 20080512123120P</guid></item><item><title>UPDATED RELEASE: System.Web.UI.PageEx v0.2 (May 10, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=13250</link><description>This version 0.2 adds database implementation &amp;#40;except ODBC part&amp;#41;&amp;#59; SQL Server and OLEDB for Microsoft Access databases are working fine.&lt;br /&gt;&lt;br /&gt;Again, a version for ASP.NET 2.0 has not been included &amp;#40;will be included in 0.3 as planned&amp;#41;.&lt;br /&gt;&lt;br /&gt;Here are a few steps on how to test the library&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create an ASP.NET Web Application using Visual Studio 2003.&lt;br /&gt;2. Add a reference to this library &amp;#40;by project or by assembly&amp;#41;.&lt;br /&gt;3. Create a new Web Form, say WebForm1.aspx.&lt;br /&gt;4. Modify codebehind code file WebForm1.aspx.cs and make it inherit from System.Web.UI.PageEx, like this&amp;#58;&lt;br /&gt;   public class WebForm1 &amp;#58; System.Web.UI.PageEx&lt;br /&gt;5. Try to store various data into ViewState and run your application.&lt;br /&gt;</description><author></author><pubDate>Fri, 09 May 2008 20:37:25 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: System.Web.UI.PageEx v0.2 (May 10, 2008) 20080509083725P</guid></item><item><title>RELEASED: System.Web.UI.PageEx v0.2 (May 10, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=13250</link><description>This version 0.2 adds database implementation &amp;#40;except ODBC part&amp;#41;&amp;#59; SQL Server and OLEDB for Microsoft Access databases are working fine.&lt;br /&gt;&lt;br /&gt;Again, a version for ASP.NET 2.0 has not been included &amp;#40;will be included in 0.3 as planned&amp;#41;.&lt;br /&gt;&lt;br /&gt;Here are a few steps on how to test the library&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Create an ASP.NET Web Application using Visual Studio 2003.&lt;br /&gt;2. Add a reference to this library &amp;#40;by project or by assembly&amp;#41;.&lt;br /&gt;3. Create a new Web Form, say WebForm1.aspx.&lt;br /&gt;4. Modify codebehind code file WebForm1.aspx.cs and make it inherit from System.Web.UI.PageEx, like this&amp;#58;&lt;br /&gt;   public class WebForm1 &amp;#58; System.Web.UI.PageEx&lt;br /&gt;5. Try to store various data into ViewState and run your application.&lt;br /&gt;</description><author></author><pubDate>Fri, 09 May 2008 20:37:25 GMT</pubDate><guid isPermaLink="false">RELEASED: System.Web.UI.PageEx v0.2 (May 10, 2008) 20080509083725P</guid></item><item><title>NEW POST: Pre-release discussions</title><link>http://www.codeplex.com/DotNetPageEx/Thread/View.aspx?ThreadId=27451</link><description>&lt;div class="wikidoc"&gt;
Hey, I am having problems getting ODBC database impelementation working. If there are any people experienced on this, please help!&lt;br /&gt;
&lt;/div&gt;</description><author>imneo</author><pubDate>Fri, 09 May 2008 20:34:34 GMT</pubDate><guid isPermaLink="false">NEW POST: Pre-release discussions 20080509083434P</guid></item><item><title>RELEASED: System.Web.UI.PageEx v0.1 (Apr 30, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=12969</link><description>This is the initial release of the project at a very early stage.&lt;br /&gt;&lt;br /&gt;Note that this release is only for ASP.NET 1.x. The database part has not been implemented yet.&lt;br /&gt;&lt;br /&gt;I have tested it with a very simple WebForm page that stores several types of data into ViewState&amp;#59; also switched ViewStateMedium&amp;#47;ViewStateStorage&amp;#47;UseADS&amp;#47;SerializationMethod serveral times and there are no problems found.&lt;br /&gt;&lt;br /&gt;For those who are new to ADS, please refer to MSDN on NTFS Alternate Data Streams &amp;#40;but, AdsFile.cs uses an undocumented API anyway&amp;#41;.&lt;br /&gt;</description><author></author><pubDate>Wed, 30 Apr 2008 07:10:35 GMT</pubDate><guid isPermaLink="false">RELEASED: System.Web.UI.PageEx v0.1 (Apr 30, 2008) 20080430071035A</guid></item><item><title>UPDATED RELEASE: System.Web.UI.PageEx v0.1 (Apr 30, 2008)</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=12969</link><description>This is the initial release of the project at a very early stage.&lt;br /&gt;&lt;br /&gt;Note that this release is only for ASP.NET 1.x. The database part has not been implemented yet.&lt;br /&gt;&lt;br /&gt;I have tested it with a very simple WebForm page that stores several types of data into ViewState&amp;#59; also switched ViewStateMedium&amp;#47;ViewStateStorage&amp;#47;UseADS&amp;#47;SerializationMethod serveral times and there are no problems found.&lt;br /&gt;&lt;br /&gt;For those who are new to ADS, please refer to MSDN on NTFS Alternate Data Streams &amp;#40;but, AdsFile.cs uses an undocumented API anyway&amp;#41;.&lt;br /&gt;</description><author></author><pubDate>Wed, 30 Apr 2008 07:10:35 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: System.Web.UI.PageEx v0.1 (Apr 30, 2008) 20080430071035A</guid></item><item><title>UPDATED RELEASE: System.Web.UI.PageEx v0.1</title><link>http://www.codeplex.com/DotNetPageEx/Release/ProjectReleases.aspx?ReleaseId=12969</link><description>This is the initial release of the project at a very early stage.&lt;br /&gt;&lt;br /&gt;Note that this release is only for ASP.NET 1.x. The database part has not been implemented yet.&lt;br /&gt;&lt;br /&gt;I have tested it with a very simple WebForm page that stores several types of data into ViewState&amp;#59; also switched ViewStateMedium&amp;#47;ViewStateStorage&amp;#47;UseADS&amp;#47;SerializationMethod serveral times and there are no problems found.&lt;br /&gt;&lt;br /&gt;For those who are new to ADS, please refer to MSDN on NTFS Alternate Data Streams &amp;#40;but, AdsFile.cs uses an undocumented API anyway&amp;#41;.&lt;br /&gt;</description><author></author><pubDate>Wed, 30 Apr 2008 06:59:50 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: System.Web.UI.PageEx v0.1 20080430065950A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/DotNetPageEx/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The basic purpose of this small project is save System.Web.UI.Page&amp;#39;s ViewState to an alternative storage medium, such as disk files, a SQL Server database or a custom storage medium. Supports all ASP.NET versions &amp;#40;with a little workaround for 1.x&amp;#41;.
&lt;br /&gt;
&lt;/div&gt;</description><author>imneo</author><pubDate>Sat, 19 Apr 2008 12:52:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080419125200P</guid></item></channel></rss>