Page view counter

Persisting Data or Viewstate?

Last post 07-19-2006 1:03 PM by blmiles. 0 replies.

Sort Posts:

  • Persisting Data or Viewstate?

    07-19-2006, 1:03 PM
    • Loading...
    • blmiles
    • Joined on 03-07-2003, 2:38 PM
    • Ottawa, Canada
    • Posts 43
    • Points 212
    Hi All,

    I have a simple module displaying some text with a title.

    When I go to the edit page of said module, all data is shown, no prob.

    When I modify the text in the textbox and the title in its own textbox, the text is updated but the title is not.

    I find that by the time the code in my update event fires, the Title that the user has amended is not there but the original Title (before amendments) is.

    I've looked at viewstate etc etc and cannot see why some user-changed data is "lost" or not persisted and some is retained/persisted.

    Any advice? I'm sure this is something very simple that I'm not doing...

    Thanks
Page 1 of 1 (1 items)