[Mono-bugs] [Bug 71337][Nor] Changed - No overload for Controls array that takes 1 argument
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Feb 2005 19:27:58 -0500 (EST)
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 rogerio.araujo@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71337
--- shadow/71337 2005-01-23 11:13:03.000000000 -0500
+++ shadow/71337.tmp.17057 2005-02-05 19:27:58.000000000 -0500
@@ -10,13 +10,13 @@
Component: Basic
AssignedTo: rafaelteixeirabr@hotmail.com
ReportedBy: rogerio.araujo@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
+Cc: banirban@novell.com,mritvik@novell.com,rharinath@novell.com,skumar1@novell.com
Summary: No overload for Controls array that takes 1 argument
I have this page that uses Download user control bellow page code:
<%@ Page Language="VB" ClientTarget="downlevel" %>
<%@ Register TagPrefix="dvg" TagName="DownLoad" Src="download.ascx" %>
@@ -102,6 +102,9 @@
the System.Web.UI.Control member "Controls" is a ControlCollection and
so can be accessed by its indexer property.
------- Additional Comments From rogerio.araujo@gmail.com 2005-01-23 11:13 -------
This bug applies to every collection.
+
+------- Additional Comments From rogerio.araujo@gmail.com 2005-02-05 19:27 -------
+Any news?