Macro usercontrols properties are set to default valuetypes
Hi,
1. Create a macro which points to an user control (userControl.ascx)
2. User control(userControl.ascx) must inherit from an base class (baseClass.cs), whereas base class have properties defined.
3. Assign values to the base class properties inside the constructor of the user control (userControl.ascx.cs).
4. Add the created macro to an template, but donot specify the values for the macro properties, as it must be assigned thru the constructor of the user control on execution.
I'm using umbraco 4.7.2.497. This problem has not happened when I used 4.7.0. I just upgraded from 4.7.0 to 4.7.2.497, and i face this issue. Any one else has the same issue ?
Macro usercontrols properties are set to default valuetypes
Hi,
1. Create a macro which points to an user control (userControl.ascx)
2. User control(userControl.ascx) must inherit from an base class (baseClass.cs), whereas base class have properties defined.
3. Assign values to the base class properties inside the constructor of the user control (userControl.ascx.cs).
4. Add the created macro to an template, but donot specify the values for the macro properties, as it must be assigned thru the constructor of the user control on execution.
I'm using umbraco 4.7.2.497. This problem has not happened when I used 4.7.0. I just upgraded from 4.7.0 to 4.7.2.497, and i face this issue. Any one else has the same issue ?
Thanks
Santhosh
Any news regarding this issue?
is working on a reply...