J
JX
if you cache two usercontrols, and both of which contains either a menu or
treeview, then the first time you get the response right, but on second
reqeust or any later request where the cached content is used, the outout
will not be correct. inspecting the html source, I found some inline style
definition is missing for later response. It seems this is a bug in asp.net
BasePartialCachingControl.PreRenderRecursiveInternal(), where only the last
cached style output is used, and any previous style cache is overwritten.
Any comment or suggestions welcome
JX
treeview, then the first time you get the response right, but on second
reqeust or any later request where the cached content is used, the outout
will not be correct. inspecting the html source, I found some inline style
definition is missing for later response. It seems this is a bug in asp.net
BasePartialCachingControl.PreRenderRecursiveInternal(), where only the last
cached style output is used, and any previous style cache is overwritten.
Any comment or suggestions welcome
JX