[Mono-dev] Bugs in System.Web.WebControls.Repeater

Vladimir Krasnov vladimirk at mainsoft.com
Mon May 22 06:36:05 EDT 2006


Hello,

Here are patches for some bugs in Repeater control.

1. Repeater bound to ObjectDataSource and on master page, cannot find
the data source. Look example RepeaterBug1.zip that reproduces this bug.

2. Repeater's EnsureDataBound works incorrectly if data view changed
after that control was bound. Look example RepeaterBug2.zip that
reproduces this bug.

3. Repeater that placed into the user control throws null reference
exception, if user control calls repeater's DataBind method from
Page_Load.
Look RepeaterBug3.zip

Please review the patches.
If no one objects I will commit.

Vladimir Krasnov

-------------- next part --------------
A non-text attachment was scrubbed...
Name: RepeaterBug1.zip
Type: application/x-zip-compressed
Size: 4778 bytes
Desc: RepeaterBug1.zip
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060522/cd40ddec/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Repeater1.patch
Type: application/octet-stream
Size: 453 bytes
Desc: Repeater1.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060522/cd40ddec/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RepeaterBug2.zip
Type: application/x-zip-compressed
Size: 4354 bytes
Desc: RepeaterBug2.zip
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060522/cd40ddec/attachment-0001.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Repeater2.patch
Type: application/octet-stream
Size: 354 bytes
Desc: Repeater2.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060522/cd40ddec/attachment-0001.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RepeaterBug3.zip
Type: application/x-zip-compressed
Size: 4718 bytes
Desc: RepeaterBug3.zip
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060522/cd40ddec/attachment-0002.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Repeater3.patch
Type: application/octet-stream
Size: 435 bytes
Desc: Repeater3.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060522/cd40ddec/attachment-0002.obj 


More information about the Mono-devel-list mailing list