Bugzilla – Bug 313304
HyperLinkColumn.NavigateUrl property has no effect after rendering.
Last modified: 2007-09-15 21:24:06 UTC
---- Reported by along@mainsoft.com 2003-12-07 07:30:55 MST ---- Description of Problem: HyperLinkColumn.NavigateUrl property has no effect after rendering. After render ,href attribute of anchor tag has "url" value and not the NavigateUrl value. Steps to reproduce the problem: 1. Open the attached aspx. Actual Results: The href attribute of anchor tag has "url". Expected Results: The href attribute of anchor tag will have the NavigateUrl value. How often does this happen? Always Additional Information: ---- Additional Comments From along@mainsoft.com 2003-12-07 07:31:29 MST ---- Created an attachment (id=165260) This file demonstrates the problem ---- Additional Comments From pcgod@gmx.net 2003-12-07 09:19:26 MST ---- Created an attachment (id=165261) proposed patch ---- Additional Comments From jackson@ximian.com 2003-12-08 14:28:40 MST ---- Fixed in CVS. Thanks for the report, and thanks for the patch. Imported an attachment (id=165260) Imported an attachment (id=165261)