I need a good reference on ViewState.

W

wASP

Hi,

I should have asked this question sooner ...

Does anyone know of a good reference/book that goes into the
particulars of ViewState? ... how it’s put together?

I would like to be able to insert and delete dynamic controls
at random within the hierarchy (like with AddAt)
- from event-driven methods/functions
- without screwing up the ViewState
- so I would have to be able to insert and delete the viewstate objects
associated with those controls into the mechanism for the page.

The books that I have are intros to C# and ASP.NET. The book on ASP.NET
is just an overview - a “See Dick and Jane Reader” as I would call it
- and dedicates maybe 3 pages to dynamic web controls. I need something
more.

The docs provided by Microsoft are so diffuse and incoherent that
I don’t see how anyone short of an Einstein could make sense of it
- especially someone who is new to ASP.NET - or maybe I’m just too
stoopid to make sense of it - I dunno.

So if anyone has read a good reference on the subject - one that can
explain the ViewState (and how to manipulate it) to an idiot like myself
- I would appreciate it if you would clue me in to it.


THANKS!!!


- wASP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top