Error!
Success!

By tag: Viewstate

showing:  of
0
kicks

Saving server control properties to ViewState with custom attributes  (Unpublished)

Here's a little tip for using .NET custom attributes to make a server control's ViewState property into a single line of code. Save yourself some boring repetitive coding and make the language do the work instead.


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET - Client Side State Management - Hidden Fields  (Unpublished)

In the previous posts in this series I introduced the client side state management and one of its techniques - the ViewState. Today I'm going to drill down into the hidden fields technique. As mentioned in the previous post, the ViewState stores its state in a hidden field.


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET - ViewState - Client Side State Management  (Unpublished)

The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle of a page, the current state of the page is hashed to a string and is saved into a hidden field. When opening a page with the View Source operation you...


Kicked By:
Drop Kicked By:
0
kicks

Diet plan for ASP .net pages… LOOSE WEIGHT NOW !!  (Unpublished)

If we don’t take care about how we feed our ASP .net pages… we will find that they will tend rapidly to gain too much weight, this can provide us a lot of headaches. Let's see how to reduce the size of our pages.


Kicked By:
Drop Kicked By:
0
kicks

How to strore ViewState in Session  (Unpublished)

Need to make your pages load faster? Try to store ViewState on Server... for example in session. 100% generic way that works.


Kicked By:
Drop Kicked By:
0
kicks

Hidden Controls and ViewState  (Unpublished)

I don't know if it is obvious how important ViewState is for hidden controls. I would like to stress where ViewState plays important role for hidden controls (not visible) as it often leads to not obvious problems. If you like to explore how different ASP.NET controls use ViewState to store their d...


Kicked By:
Drop Kicked By:
0
kicks

Mac Viewstate and Server Clusters / Web Gardens  (Unpublished)

Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. Description: An unhandled exception occurred during ...


Kicked By:
Drop Kicked By:
0
kicks

An HttpModule that moves ViewState to the bottom of the Page  (Unpublished)

Techniques to move the ViewState to the bottom of the WebForm has been published many times before. What I wanted was adding the functionality to an HttpModule. The technique to move the ViewState is borrowed from Scott Hanselman while the HttpModule implementation is my own. As Scott writes, it is ...


Kicked By:
Drop Kicked By:
0
kicks

TRULY Understanding ViewState  (Unpublished)

"ViewState is a very misunderstood animal. I would like to help put an end to the madness by attempting to explain exactly how the ViewState mechanism works, from beginning to end, and from many different use cases, such as declared controls vs. dynamic controls."


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET ViewState Helper  (Unpublished)

A free windows application to help with ASP.Net development. Shows you the decoded ViewState in plain text, as well as the decoded ViewState hierarchy in a treeview. Easy to use, small download and free.


Kicked By:
Drop Kicked By:
0
kicks

ViewState Chunking in ASP.NET 2.0 (maxPageStateFieldLength)  (Unpublished)

When ViewState in your page become very large it can be a problem as some firewalls and proxies will prevent access to pages containing such huge ViewState sizes. For this purpose ASP.NET 2.0 introduces the ViewState Chunking mechanism. But the first thing I would say is if your ViewState is that bi...


Kicked By:
Drop Kicked By:
0
kicks

CSS Friendly Control Adapters, CreateUserWizard, and ViewState - Oh My  (Unpublished)

Using CSS Friendly Control Adapters, CreateUserWizard, and ViewState can cause some funky behavior - like not being able to get values off the wizard control in your event handlers. Read more for a work around!


Kicked By:
Drop Kicked By:
0
kicks

ViewState Provider - an implementation using Provider Model Pattern  (Unpublished)

This article focuses on the Provider Model design pattern and describes how it can be used to solve certain problems. To help readers to better understand or appreciate this design pattern, I've chosen view state management as an example to demonstrate the usefulness and practicality of this design ...


Kicked By:
Drop Kicked By:
0
kicks

Is Your Page Down With OPP  (Unpublished)

Rob Conery points out that while developers spend a lot of time optimizing their code, making sure they don't duplicate code, etc... They often don't give a second look at their rendered HTML code. My goodness! 204K Viewstate!


Kicked By:
Drop Kicked By:
0
kicks

Understanding Viewstate  (Unpublished)

Ever wanted to really understand viewstate and how you can reduce its cost and idiosyncracies. Hopefully, this is the last viewstate article yhou will ever need.


Kicked By:
Drop Kicked By: