<?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>Component Discussions</title><link>http://forums.asp.net/69.aspx</link><description>Discuss your favorite ASP.NET components here. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=70&amp;c=16" 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: I have a freetextbox editor and i have set ValidateRequest ="false" but why am i still getting this error, its driving me insane</title><link>http://forums.asp.net/thread/3265964.aspx</link><pubDate>Tue, 30 Jun 2009 08:28:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3265964</guid><dc:creator>Rangapure.S.Swapnil</dc:creator><author>Rangapure.S.Swapnil</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3265964.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3265964</wfw:commentRss><description>&lt;p&gt;on 16th line remove &amp;quot;-&amp;quot;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Re: I have a freetextbox editor and i have set ValidateRequest ="false" but why am i still getting this error, its driving me insane</title><link>http://forums.asp.net/thread/3265886.aspx</link><pubDate>Tue, 30 Jun 2009 07:47:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3265886</guid><dc:creator>Nivash</dc:creator><author>Nivash</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3265886.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3265886</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Nope i have tried what was suggested but still not working, heres my code&lt;/p&gt;&lt;pre class="xhtml" name="code"&gt;&amp;lt;%@ Page Language=&amp;quot;VB&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; CodeFile=&amp;quot;Default.aspx.vb&amp;quot; Inherits=&amp;quot;_Default&amp;quot; EnableEventValidation = &amp;quot;false&amp;quot; ValidateRequest =&amp;quot;false&amp;quot; Debug =&amp;quot;true&amp;quot; %&amp;gt;

&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;

&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;
&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
    &amp;lt;link href=&amp;quot;ajaxtabs.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt;
    &amp;lt;script src=&amp;quot;ajaxtabs.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
    
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;div&amp;gt;
    &amp;lt;p&amp;gt;
    -&amp;lt;asp:LinkButton ID=&amp;quot;LinkButton1&amp;quot; runat=&amp;quot;server&amp;quot; EnableViewState = &amp;quot;false&amp;quot;&amp;gt;Sign Out&amp;lt;/asp:LinkButton&amp;gt;
    &amp;lt;br /&amp;gt;
&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;




&amp;lt;div id=&amp;quot;flowernote&amp;quot; style=&amp;quot;display:none; position:absolute; right: 30px; width:150px; height:150px; background-color:red; color:white&amp;quot;&amp;gt;
Arbitrary DIV 1

&amp;lt;/div&amp;gt;

&amp;lt;div id=&amp;quot;flowernote2&amp;quot; style=&amp;quot;display:none; position:absolute; right: 200px; width:80px; height:80px; background-color:black; color:white&amp;quot;&amp;gt;
Arbitrary DIV 2
&amp;lt;/div&amp;gt;

&amp;lt;div id=&amp;quot;flowernote3&amp;quot; style=&amp;quot;display:none; position:absolute; right: 30px; width:140px; height:140px; background-color:navy; color:white&amp;quot;&amp;gt;
Arbitrary DIV 3
&amp;lt;/div&amp;gt;


&amp;lt;div id=&amp;quot;flowerdivcontainer&amp;quot; style=&amp;quot;border:1px solid gray; width:350px; height: 200px; background-color: lightyellow; padding: 5px&amp;quot;&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;div id=&amp;quot;flowertabs&amp;quot; class=&amp;quot;modernbricksmenu2&amp;quot;&amp;gt;
&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;Item1.aspx&amp;quot; rel=&amp;quot;flowerdivcontainer&amp;quot; class=&amp;quot;selected&amp;quot;&amp;gt;Tab 1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;

&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;Item2.aspx&amp;quot; rel=&amp;quot;flowerdivcontainer&amp;quot; rev=&amp;quot;flowernote,flowernote2&amp;quot;&amp;gt;Tab 2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;Item3.aspx&amp;quot; rel=&amp;quot;flowerdivcontainer&amp;quot;&amp;gt;Tab 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;SignOut.aspx&amp;quot; rel=&amp;quot;flowerdivcontainer&amp;quot; rev=&amp;quot;flowernote3&amp;quot;&amp;gt;Tab 4&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;

&amp;lt;/ul&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;br style=&amp;quot;clear: left&amp;quot; /&amp;gt;

&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;

var myflowers=new ddajaxtabs(&amp;quot;flowertabs&amp;quot;, &amp;quot;flowerdivcontainer&amp;quot;)
myflowers.setpersist(true)
myflowers.setselectedClassTarget(&amp;quot;link&amp;quot;) //&amp;quot;link&amp;quot; or &amp;quot;linkparent&amp;quot;
myflowers.init()

&amp;lt;/script&amp;gt;

&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;javascript:myflowers.cycleit(&amp;#39;prev&amp;#39;)&amp;quot; style=&amp;quot;margin-right: 250px; text-decoration:none&amp;quot;&amp;gt;Back&amp;lt;/a&amp;gt;  &amp;lt;a href=&amp;quot;javascript:myflowers.cycleit(&amp;#39;next&amp;#39;)&amp;quot; style=&amp;quot;text-decoration:none&amp;quot;&amp;gt;Forward&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;

&amp;lt;hr /&amp;gt;

    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;Thank you&lt;/p&gt;</description></item><item><title>Re: I have a freetextbox editor and i have set ValidateRequest ="false" but why am i still getting this error, its driving me insane</title><link>http://forums.asp.net/thread/3264490.aspx</link><pubDate>Mon, 29 Jun 2009 14:54:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264490</guid><dc:creator>Rangapure.S.Swapnil</dc:creator><author>Rangapure.S.Swapnil</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264490.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3264490</wfw:commentRss><description>&lt;p&gt;&amp;lt;compilation debug=&amp;quot;false&amp;quot; strict=&amp;quot;false&amp;quot; explicit=&amp;quot;true&amp;quot; /&amp;gt;&lt;/p&gt;&lt;p&gt;and also&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;%@ Page ValidateRequest=&amp;quot;False&amp;quot; %&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Re: I have a freetextbox editor and i have set ValidateRequest ="false" but why am i still getting this error, its driving me insane</title><link>http://forums.asp.net/thread/3264436.aspx</link><pubDate>Mon, 29 Jun 2009 14:32:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264436</guid><dc:creator>Nivash</dc:creator><author>Nivash</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264436.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3264436</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your reply also&amp;nbsp;but sadly i have done that and it still does not work, i am running out of time.&lt;/p&gt;
&lt;p&gt;Thanks again guys, but any ideas?&lt;/p&gt;</description></item><item><title>Re: I have a freetextbox editor and i have set ValidateRequest ="false" but why am i still getting this error, its driving me insane</title><link>http://forums.asp.net/thread/3264433.aspx</link><pubDate>Mon, 29 Jun 2009 14:31:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264433</guid><dc:creator>Nivash</dc:creator><author>Nivash</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264433.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3264433</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi&lt;/p&gt;
&lt;p&gt;Thanks for your reply but sadly i have done that and it still does not work :(&lt;/p&gt;
&lt;p&gt;any other ideas?&lt;/p&gt;</description></item><item><title>Re: I have a freetextbox editor and i have set ValidateRequest ="false" but why am i still getting this error, its driving me insane</title><link>http://forums.asp.net/thread/3264370.aspx</link><pubDate>Mon, 29 Jun 2009 13:56:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264370</guid><dc:creator>Rangapure.S.Swapnil</dc:creator><author>Rangapure.S.Swapnil</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264370.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3264370</wfw:commentRss><description>&lt;p&gt;on top of ur soruce code add&amp;nbsp;&amp;nbsp; Debug=&amp;quot;true&amp;quot; in&lt;/p&gt;&lt;p&gt;&amp;lt;%@ Page Language=&amp;quot;VB&amp;quot; AutoEventWireup=&amp;quot;false&amp;quot; CodeFile=&amp;quot;Default.aspx.vb&amp;quot; Inherits=&amp;quot;_Default&amp;quot; &lt;b&gt;Debug=&amp;quot;true&amp;quot; &lt;/b&gt;%&amp;gt;&lt;/p&gt;&lt;p&gt;or to apply for all page add in web.config&lt;/p&gt;&lt;p&gt;&amp;lt;compilation debug=&amp;quot;true&amp;quot;/&amp;gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Re: I have a freetextbox editor and i have set ValidateRequest ="false" but why am i still getting this error, its driving me insane</title><link>http://forums.asp.net/thread/3264358.aspx</link><pubDate>Mon, 29 Jun 2009 13:52:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264358</guid><dc:creator>papabear</dc:creator><author>papabear</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264358.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3264358</wfw:commentRss><description>&lt;p&gt;If I remember correctly, you need to set EnableEventValidation=&amp;quot;false&amp;quot; in the Page section:&lt;/p&gt;&lt;p&gt;&amp;lt;%@Page EnableEventValidation=&amp;quot;false&amp;quot; ..... /&amp;gt;&lt;/p&gt;&lt;p&gt;I encountered this esp when using ajax...&lt;/p&gt;&lt;p&gt;;)&lt;br /&gt;&lt;/p&gt;</description></item><item><title>I have a freetextbox editor and i have set ValidateRequest ="false" but why am i still getting this error, its driving me insane</title><link>http://forums.asp.net/thread/3264273.aspx</link><pubDate>Mon, 29 Jun 2009 13:14:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264273</guid><dc:creator>Nivash</dc:creator><author>Nivash</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264273.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=69&amp;PostID=3264273</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;
&lt;h1&gt;Server Error in &amp;#39;/applicationV2&amp;#39; Application. 
&lt;hr /&gt;
&lt;/h1&gt;
&lt;h2&gt;&lt;i&gt;The state information is invalid for this page and might be corrupted.&lt;/i&gt; &lt;/h2&gt;&lt;/span&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;Description: &lt;/b&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Exception Details: &lt;/b&gt;System.Web.HttpException: The state information is invalid for this page and might be corrupted.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:&lt;br /&gt;&lt;br /&gt;1. Add a &amp;quot;Debug=true&amp;quot; directive at the top of the file that generated the error. Example:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; Debug=&amp;quot;true&amp;quot; %&amp;gt;&lt;br /&gt;&lt;br /&gt;or:&lt;br /&gt;&lt;br /&gt;2) Add the following section to the configuration file of your application:&lt;br /&gt;&lt;br /&gt;&amp;lt;configuration&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;system.web&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;compilation debug=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/system.web&amp;gt;&lt;br /&gt;&amp;lt;/configuration&amp;gt;&lt;br /&gt;&lt;br /&gt;Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.&lt;br /&gt;&lt;br /&gt;Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.&lt;/code&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;b&gt;Stack Trace:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;/code&gt;&lt;pre&gt;[FormatException: Invalid character in a Base-64 string.]
   System.Convert.FromBase64String(String s) +0
   System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +72
   System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) +4
   System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +37
   System.Web.UI.HiddenFieldPageStatePersister.Load() +113

[ViewStateException: Invalid viewstate. 
	Client IP: 127.0.0.1
	Port: 
	User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
	ViewState: /wEPDwUKMTY1NDU2MTA1Mg9kFgJmD2QWAgIDD2QWAgIBDw8WAh4EVGV4dAUGbml2YXNoZGRkzDI1GHzMxkZdo9/TylZehKe90Jc=,/wEPDwUKMTk4ODczNTYzMw9kFgICAw9kFgQCAQ8QDxYCHgtfIURhdGFCb3VuZGdkEBUTBEhvbWUHQWJvdXRVcw9XZWJzaXRlIEhvc3RpbmcZd2ViX2hvc3RpbmdfY29tcHJlaGVuc2l2ZQ5XZWJzaXRlX0Rlc2lnbhFTeXN0ZW1fZGVzaWduX0NDSBJJbnRlcm5ldF9tYXJrZXRpbmcDU2VvE0ludGVybmV0X2R2ZXJ0aXNpbmcMRGlyZWN0IEVtYWlsBFZvaXAJUG9ydGZvbGlvD1dlYl9kZXZlbG9wbWVudA1TeXN0ZW1fZGVzaWduDlJlX2RldmVsb3BtZW50B0Nvbm5lY3QRQ29ubmVjdF9zb2x1dGlvbnMEQWRzbBRTb2Z0d2FyZV9kZXZlbG9wbWVudBUTBEhvbWUHQWJvdXRVcw9XZWJzaXRlIEhvc3RpbmcZd2ViX2hvc3RpbmdfY29tcHJlaGVuc2l2ZQ5XZWJzaXRlX0Rlc2lnbhFTeXN0ZW1fZGVzaWduX0NDSBJJbnRlcm5ldF9tYXJrZXRpbmcDU2VvE0ludGVybmV0X2R2ZXJ0aXNpbmcMRGlyZWN0IEVtYWlsBFZvaXAJUG9ydGZvbGlvD1dlYl9kZXZlbG9wbWVudA1TeXN0ZW1fZGVzaWduDlJlX2RldmVsb3BtZW50B0Nvbm5lY3QRQ29ubmVjdF9zb2x1dGlvbnMEQWRzbBRTb2Z0d2FyZV9kZXZlbG9wbWVudB...]

[HttpException (0x80004005): The state information is invalid for this page and might be corrupted.]
   System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +106
   System.Web.UI.ViewStateException.ThrowViewStateError(Exception inner, String persistedState) +14
   System.Web.UI.HiddenFieldPageStatePersister.Load() +217
   System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +105
   System.Web.UI.Page.LoadAllState() +43
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
   System.Web.UI.Page.ProcessRequest() +80
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.administration_default_aspx.ProcessRequest(HttpContext context) +4
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously) +75
&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;Version Information:&lt;/b&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 &lt;/font&gt;&lt;/p&gt;</description></item></channel></rss>