Bug 313304 (MONO51823) - HyperLinkColumn.NavigateUrl property has no effect after rendering.
Summary: HyperLinkColumn.NavigateUrl property has no effect after rendering.
Status: RESOLVED FIXED
Alias: MONO51823
Product: Mono: Class Libraries
Classification: Mono
Component: Sys.Web (show other bugs)
Version: unspecified
Hardware: Other All
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Jackson Harper
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2003-12-07 14:30 UTC by Alon Gazit
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
This file demonstrates the problem (1.97 KB, text/plain)
2003-12-07 14:31 UTC, Thomas Wiest
Details
proposed patch (731 bytes, patch)
2003-12-07 16:19 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:21:13 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)