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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80654 --- shadow/80654 2007-01-29 09:20:32.000000000 -0500 +++ shadow/80654.tmp.4074 2007-01-29 09:20:32.000000000 -0500 @@ -0,0 +1,32 @@ +Bug#: 80654 +Product: Mono: Class Libraries +Version: 1.2 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: asp:BoundField Visible property is ignored + +Setting a asp:BoundField to Visible="false" is ignored by mono. +It is shown. + +Example: +<asp:DetailsView ID="DetailsView1" runat="server" AutoGenerateRows="False" +DataSourceID="exampleObjectDataSource" > + <Fields> + <asp:BoundField DataField="Title" HeaderText="Title:" /> + <asp:BoundField DataField="HiddenField" +HeaderText="HiddenField" Visible="False" /> + </Fields> + </asp:DetailsView> + +Same problem on a GridView with asp:BoundField. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
