viewstate
How to find out which controls produced (how much) ViewState
For pages with a large ViewState, I\'d like to find out by which controls the ViewState was produced (which control produced how much ViewState).[详细]
2023-03-06 13:03 分类:问答Saving user form data between sesisons
I am looking for suggestions on the best way to save data for a multi-page user form between sessions. I am using c# 3.5 and SQL server 2008[详细]
2023-03-06 09:21 分类:问答Firing events in UserControls (ASP.NET) - the event object is null?
I have a problem with the Event object being null when I want to fire the event. There are other threads here and on the net about this:[详细]
2023-03-06 04:15 分类:问答viewstate in database? is it convenient?
I\'ve an asp.net page which there is a multiview control inside. Within the control 开发者_高级运维there are many many textboxes, selects and dynamically created tables. Therefore, I believe I have to[详细]
2023-03-03 07:50 分类:问答How much data can ViewState store?
I having a viewstate to store a data query from SharePoint, where the data might be very huge, the reason why I wanted to store in viewstate is for later filter on the queried data.[详细]
2023-03-02 15:43 分类:问答DNN 5 viewstate
HI, I\'m working on DotNetNuke 5 module that basically consists of three pages; step 1, step2 and step3.[详细]
2023-03-01 11:57 分类:问答PageContext over ViewState
Our application uses ViewState for storing page level variables. We are planning to migrat开发者_如何学JAVAe the same to use PageContext. Are there any drawbacks of Page Context over ViewState or vice[详细]
2023-02-28 23:23 分类:问答Large viewstate in HTML source
This is 10KB in my HTML source: <input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"/wEPDwUKLTEyOTAwODE4Nw9kFgJmD2QWAgIDD2QWBGYPZBYEAgEPDxYCHgdWaXNpYmxlaGRkAgIPZBYIAgEPFgIfAGdkA[详细]
2023-02-28 20:17 分类:问答Asp.net Page controls and viewstate
if i set EnableViewState=\"false\" then also input data is maintain after postback at the time of using control like[详细]
2023-02-28 12:31 分类:问答How to detect ViewState is tamper or not programatically
i search many site but not getting any solution that how programatically detect ViewState. i got one suggestion from a site that they said EnableViewStateMac to true in the @Page directive and other[详细]
2023-02-28 02:10 分类:问答