I am using EWS to develop my email client. I found that if I store ItemId in viewstate it will cause an exception says:
I have a user control which is being loaded to the page dynamically after performing a postback within an UpdatePanel.
I face so strange action in my page. I have a radio button list, according to the selection i execute specific code.
I have a page on which data table is created programmaticallyif the data is not there in the database tables. I have to use this data table in many events during postbacks. The data table may contain
I am using asp.net server controls and don\'t want to store the server contr开发者_StackOverflow社区ol properties in dreaded and hogging viewstate. So i need somekind of datastructure in c# to store t
I\'m working on an ASP.net page with a GridView.I have the problem that the ViewState is very large. I would like to figure out how to configure my GridView to put less data in ViewState, but the fir
I have an ascx user control with and Entity Framework IQueryable property like this: public IQueryable<Category> DataSource
I have an ASP.net web page that is heavily used.The problem is that the ViewState is becoming huge!The page has an ASP.net GridView with paging and sorting.However, the size of the ViewState seems tot
Since a server-move I\'m getting the error \"System.Web.HttpException: Unable to validate data\" on some of my client computers. The stacktrace is pasted below.
property curRefID: public string curRefID { get { returnViewState [\"curid\"] as string; } set { ViewState [\"curid\"] = value;