[Mono-bugs] [Bug 71153][Min] New - Incorrect error description in DataGrid

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 10 Jan 2005 23:09:12 -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 agillesp@vt.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=71153

--- shadow/71153	2005-01-10 23:09:12.000000000 -0500
+++ shadow/71153.tmp.4311	2005-01-10 23:09:12.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 71153
+Product: Mono: Class Libraries
+Version: 1.0
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 001 One hour
+Priority: Minor
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: agillesp@vt.edu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Incorrect error description in DataGrid
+
+When specifying a BoundColumn in a DataGrid and the DataField attribute is
+set to a field that isn't in the DataSource you get a misleading error
+description of "File_Not_Found."
+
+The DataGrid tags would look something like the following:
+
+<asp:datagrid id="grid" runat="server">
+ <columns>
+  <asp:boundcolumn datafield="does_not_exist" />
+ </columns>
+</asp:datagrid>