I know that the view state approach is limited to only a specific page.When we navigate to another page then information is lost.Other tha开发者_如何学Gon this limitation are there any limitations wit
I\'m getting \"Unable to validate data\" in a webfarm scenario but not all the time. I\'m getting it about on AVERAGE 1x or 2x per hour but fairly random. All of the causes of this error that I know o
I have a web app, that consumes a web service. The main page runs a search - by passing parameters to a particular web service met开发者_如何学Chod, and I bind the results to a gridview.
I want to know why we must set the serializable attribute to save an object 开发者_如何学JAVAin view state.
My asp.net application has a function that returns the HTML for the navigation menu for the user by getting it from a database
Why is it that I see the same hash value generated when I use different algorithms for viewstate encryption.
yesterday i read a very good article about ViewState in ASP.NET. Currently we are using WebFormsMVP to allow better testability in our project. The framework does presenter binding in OnInitComplete
I cretated my own server control (a dropdownlist) and thus my own LoadViewState and SaveViewState methods. When is the LoadViewState called? I added the control to my page and lo开发者_如何学编程oked
<ajaxtoolkit:AccordionPane ID=\"accordianPaneAroundTheCheckbox\" runat=\"server\"> <Content>
I used .Net\'s dynamic data entity to implement a website that sits on top of my db (see http://msdn.microsoft.com/en-us/library/ee845452.aspx)