When I开发者_开发百科 made an AJAX call to an ASP.NET page, I had a mechanism to return some text based on QueryString parameters. Such as :
I have a repeater which nests one or more custom control instances.Each custom control instance has a drop down and a button called \"Update\".
Is i开发者_C百科t possible to get viewstate only for related controls of update panel in asp.net ajax framework. I know that the browser sends all the viewstate during post back, even if we dont need
We have a ASP.net form [.NET 3.5 on IIS 6] that loads controls dynamically.We are able to retain the values in the viewstate as long as the postback happens within 20 minutes.The database also gets up
I dynamically load one of many user controls based on which tab the user clicks. I st开发者_JAVA百科ore the selected tab index in view state. The user control has a checkbox on it that fires an OnChan
I agree that the best way to shorten the ViewState is to disable it on the ASP.Net controls that don’t need it. Keeping it small from the beginning is a great habit.
Where can I 开发者_运维技巧see the total size of ViewState out of the total size of the Response (value in bytes in the Body column) in Fiddler 2?
I have one asp.net page which seems to return a very big content (5,648,733 bytes and that is mostly consumed by VIEWSTATE) ending with a 504 Gateway timeout error. I am tracking the http
This is probably a page life cycle thing I\'m not completely following, but I have the following problem.I have a gridview object and a formview object.When the gridview is clicked, the formview is po
Mojarra Implementation of JSF 2 has the following context params: com.sun.faces.numberOfViewsInSession (default is 15)