viewstate
How to store an object in the viewstate?
I am using EWS to develop my email client. I found that if I store ItemId in viewstate it will cause an exception says:[详细]
2023-04-09 08:46 分类:问答Adding a user control after a postback within an UpdatePanel, followed by another postback - how to get the input of controls within the user control?
I have a user control which is being loaded to the page dynamically after performing a postback within an UpdatePanel.[详细]
2023-04-06 22:22 分类:问答page strange behavior
I face so strange action in my page. I have a radio button list, according to the selection i execute specific code.[详细]
2023-04-06 16:22 分类:问答Is there any other way to store the data source other than view state?
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[详细]
2023-04-05 14:53 分类:问答Lightwieght serializable and parse friendly datastructure for storing server control properties
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[详细]
2023-04-05 11:01 分类:问答Why does my debugger tell me that ViewState.Count = 0 when ViewState is very big?
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[详细]
2023-04-05 02:55 分类:问答Serialize iqueryable
I have an ascx user control with and Entity Framework IQueryable property like this: public IQueryable<Category> DataSource[详细]
2023-04-05 01:43 分类:问答How to browse the contents of my page ViewState in the VS debugger?
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[详细]
2023-04-04 09:09 分类:问答Servermove "System.Web.HttpException: Unable to validate data"
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.[详细]
2023-04-02 13:21 分类:问答viewstate not work and not disable it
property curRefID: public string curRefID { get { returnViewState [\"curid\"] as string; } set { ViewState [\"curid\"] = value;[详细]
2023-04-02 04:49 分类:问答