[Mono-bugs] [Bug 81344][Nor] Changed - LoginView.FindControl does not find control in LoggedInTemplate
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 10 11:34:01 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by mhabersack at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81344
--- shadow/81344 2007-04-10 01:02:50.000000000 -0400
+++ shadow/81344.tmp.7137 2007-04-10 11:34:01.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 81344
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: mmorano at mikeandwan.us
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -39,6 +39,11 @@
Literal nameLiteral = loginView.FindControl("nameLiteral") as Literal;
nameLiteral.Text = "Bob";
This code is working on MS, but currently not on mono (r75493).
+
+------- Additional Comments From mhabersack at novell.com 2007-04-10 11:34 -------
+Mike, are you sure it doesn't work? I've tested it with r75569 and it
+works just fine. If it doesn't indeed work for you, can you please
+attach a test case that fails? Thanks
More information about the mono-bugs
mailing list