I\'m getting some strange behaviour with viewstate being lost on postback for a .net application using Sitecore. I\'m assuming it might be some config variable somewhere but I\'m new to Sitecore and d
What A开发者_开发百科SP.NET page lifecycle event can I write code in to determine the size of the viewstate that being sent out?Also, is it possible to determine the size without parsing through the r
I\'d like to store a few variables which will be referenced throughout lifecycle, starting with a db access in PreInit event. ViewState isn\'t an option, since it won\'t persist if saved so early duri
I\'m working with dynamic fields in ASP.NET due to a very specifc and rigid end-user requirement that would take 2 hours just to explain.Suffice it to say, I can\'t make the requirement go away.
I understand how to turn off ViewState encryption for asp.net web applications.I want to know if I should.My question is more from a performance stand point than a security one (All of our traffic is
This question already has answers here: Failed to load viewstate. The control tree into which viewstate is being loaded
When we disabled the viewstate in gridview its 开发者_高级运维lose value but this case not true with Textbox control why?Because TextBox doesn\'t need ViewState to persist its value. It just fetches i
开发者_Python百科Is there a way to make Episerver leave the HTML id attribute alone and more importantly how much work is that?
I have this in my global.asax void Application_BeginRequest(object sender, EventArgs e) { string pathAndQuery = Request.Url.PathAndQuery.ToString().ToLower();
I am using a Gallery view where the view corresponding to each item is non-trivial and consists of text as well as multiple buttons.