OK, bit of an unusual issue – but this happened to me when using a Server Control which extended another, parent control. Essentially I was binding an ITemplate on to a Container control to allow for DataBinding problem was that on reload, the child controls of my Server Control (in this instance, the Container) was not being recreated – which was a problem for saving content…Well the issue came down to not implementing INamingContainer on the child server control (I had it on the parent) – which results in problems for the control tracking it’s ViewState problem. Anyway, as I said odd issue but might save someone else the same problem!
Print | posted on Tuesday, April 12, 2005 10:51 AM