Hi this is Marco from Italy.
I instantiate a lot of user controls on runtime and I set a property (for each control) through Reflection.setV alue method.
It seems that if I do a post back and try to access to the same setted property (through Reflection.GetP roperties().get Value(...)) it gives back an empty string.
Why?
Thanks, Marco
I instantiate a lot of user controls on runtime and I set a property (for each control) through Reflection.setV alue method.
It seems that if I do a post back and try to access to the same setted property (through Reflection.GetP roperties().get Value(...)) it gives back an empty string.
Why?
Thanks, Marco
Comment