[Mono-dev] [Mono-Dev][Patch] System.Web.UI.WebControls.WebControl
Igor Zelmanovich
igorz at mainsoft.com
Mon Dec 25 08:51:11 EST 2006
Attached is patch contains the fix of Load/Save viewstate of WebControl
and relevant refactoring for Style and FontInfo and corresponding tests.
Load/Save viewstate of WebControl does not call Load/Save viewstate for
its ControlStyle but the shared ViewState is used to manage style's
viewstate instead.
See the implementation of WebControl.CreateControlStyle:
protected virtual Style CreateControlStyle()
{
return new Style (ViewState);
}
Please preview.
Regards,
Igor Zelmanovich.
igorz at mainsoft.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: WebControl+Style+FontInfo.patch
Type: application/octet-stream
Size: 34838 bytes
Desc: WebControl+Style+FontInfo.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061225/0c0dc94b/attachment.obj
More information about the Mono-devel-list
mailing list