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