Ah i see.
Think my problem is that i thought it would stay put in the context
items no matter how many postback/requests i made. Guess i was wrong.
Im building a HTML page through an XML styelsheet. This HTML is
displayed to the user. Its actually a tree structure, so the user can
press + or - to expand, or the reverse, each line of text. Much like in
Windows explorer. I just have to keep track on wich + were pressed and
reload the values like userid and that sort of stuff so the page can be
rendered properly again.
Guess i just have to refill the context.items and my problem will be
solved.
Also i can see that viewstate is used. Like viewstate[Userid]. Isnt
that permanent values or is the viewstate deleted as well on every
request/postback to the page?
Thanks
Jimmy