<?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>Web Parts and Personalization</title><link>http://forums.asp.net/145.aspx</link><description>Discussions of the new ASP.NET 2.0 portal framework.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=167&amp;c=30" 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: Can I know what saved in pagesettings on ASPNET_PERSONALIZATIONPERUSER table</title><link>http://forums.asp.net/thread/1230694.aspx</link><pubDate>Sun, 19 Mar 2006 14:31:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1230694</guid><dc:creator>Sonofthesun</dc:creator><author>Sonofthesun</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1230694.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=1230694</wfw:commentRss><description>&lt;p&gt;Hi vmalvarez&lt;strong&gt;,&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;The as you already wrote, the blob is in binary array format and cannot be directly converted to any understandable format. The saved information depends on the controls created on the page. Basically the saved byte array is serialized &lt;em&gt;BlobPersonalizationState&lt;/em&gt; object, which insted is basically collection of &lt;em&gt;PersonalizationInfo&lt;/em&gt; entries. &lt;/p&gt;
&lt;p&gt;Unfortunately the both objects used in this serialialization / deserializations are private or shared objects and there for can not be used out side of the System.Web assembly. This is most likely due the fact, that the changing the format would be easier for MS in future releases.&amp;nbsp; These objects aren't even documented in msdn (I checked the process using Reflector).&lt;/p&gt;
&lt;p&gt;Basically the &lt;em&gt;PersonalizationInfo&lt;/em&gt; object saves the control id, control type and property information data of single control in page. This is done to each control, which have the &lt;em&gt;Personalizable&lt;/em&gt; attribute set for the properties.&lt;/p&gt;
&lt;p&gt;So... forget the actual content of the byte array... since it's impossible to use it in your solution.&lt;/p&gt;
&lt;p&gt;- Vsku&lt;/p&gt;</description></item><item><title>Re: Can I know what saved in pagesettings on ASPNET_PERSONALIZATIONPERUSER table</title><link>http://forums.asp.net/thread/1229228.aspx</link><pubDate>Fri, 17 Mar 2006 08:35:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1229228</guid><dc:creator>vmalvarez</dc:creator><author>vmalvarez</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1229228.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=1229228</wfw:commentRss><description>&lt;p&gt;Yes.&lt;/p&gt;
&lt;p&gt;You didn't understand me. I&amp;nbsp;had finished&amp;nbsp;my own Personalization Provider for ORACLE, 2 weeks ago. But my doubt&amp;nbsp;is other,&amp;nbsp;when I'm going to get data from the page setting to store , I have a binary array with encrypted data. I need Know what is&amp;nbsp;this encrypted data.&lt;/p&gt;
&lt;p&gt;The data (converted to string)&amp;nbsp;is similar to this:&lt;/p&gt;
&lt;p&gt;&lt;font color=#ff0000&gt;/wEUKwAiAgICBRkqMVN5c3RlbS5XZWIuVUkuV2ViQ29udHJvbHMuV2ViUGFydHMuR2VuZXJpY1dlYlBhcnQFFGd3cE15V2ViVXNlckNvbnRyb2wxAgEeBVRpdGxlBRJCdXNjYWRvciBkZSBHb29nbGVmGSsEBQxnd3BOb3RpY2lhczICAR8ABRtEb3NzaWVyIGRlIHByZW5zYSBkZSBsYSBVTUhmGSsEBQlnd3BMb2dpbjECAR8ABRNSZWdpc3RybyBkZSBVc3VhcmlvZhkrBAUMZ3dwQ2FsZW5kYXIxAgIfAAUMQ2FsZW5kYXJpbyAxHgtDaHJvbWVTdGF0ZQsqMlN5c3RlbS5XZWIuVUkuV2ViQ29udHJvbHMuV2ViUGFydHMuUGFydENocm9tZVN0YXRlAGYZKwQFDGd3cE5vdGljaWFzMQIBHwAFEk5vdGljaWFzIGRlIGxhIFVNSGY=&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I would like to decipher it, for instance, exporting to XML data file or similar.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Can I know what saved in pagesettings on ASPNET_PERSONALIZATIONPERUSER table</title><link>http://forums.asp.net/thread/1228912.aspx</link><pubDate>Thu, 16 Mar 2006 22:47:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1228912</guid><dc:creator>davidbarkol</dc:creator><author>davidbarkol</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1228912.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=1228912</wfw:commentRss><description>&lt;p&gt;One thing you might want to try doing is implementing you own personalization provider. It can inherit from the existing provider and your provider would simply just take a look at the data before it gets passed on to the original provider.&lt;/p&gt;</description></item><item><title>Can I know what saved in pagesettings on ASPNET_PERSONALIZATIONPERUSER table</title><link>http://forums.asp.net/thread/1227970.aspx</link><pubDate>Thu, 16 Mar 2006 08:24:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1227970</guid><dc:creator>vmalvarez</dc:creator><author>vmalvarez</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1227970.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=1227970</wfw:commentRss><description>The colum pagesettings of the &lt;font color=#808000&gt;ASPNET_PERSONALIZATIONPERUSER &lt;/font&gt;&lt;font color=#000000&gt;table, save a&amp;nbsp;Serialized data blob that I don´t understand. I'd like to know what's happens, what kind of data structure is saved, because later&amp;nbsp;I'd like to do some data statistic from this data blob.&lt;/font&gt;</description></item></channel></rss>