From 8cc3ed34cc28818a682506c97a2ea4ac5c18269a Mon Sep 17 00:00:00 2001
From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Date: Wed, 22 Jan 2025 13:44:54 -1000
Subject: [PATCH] Update BoundField.xml
Fixes #10855
---
xml/System.Web.UI.WebControls/BoundField.xml | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/xml/System.Web.UI.WebControls/BoundField.xml b/xml/System.Web.UI.WebControls/BoundField.xml
index bfd70f6a7a9..f3032cac0b5 100644
--- a/xml/System.Web.UI.WebControls/BoundField.xml
+++ b/xml/System.Web.UI.WebControls/BoundField.xml
@@ -9,6 +9,7 @@
System.Web
2.0.0.0
4.0.0.0
+
System.Web.UI.WebControls.DataControlField
@@ -422,19 +423,6 @@
For more information and for examples that show formatting for other culture values, see [Standard Date and Time Format Strings](/dotnet/standard/base-types/standard-date-and-time-format-strings). You can also create custom date and time format strings. For more information, see [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings).
-
-
-## Examples
- A Visual Studio Web site project with source code is available to accompany this topic: [Download](https://go.microsoft.com/fwlink/?LinkId=191889).
-
- The following example shows how to use the property to specify a custom display format for the values of a field.
-
- The following example shows one row of the output that is produced by this example.
-
-|ProductID|Name|ProductNumber|ListPrice|Weight|ModifiedDate|
-|---------------|----------|-------------------|---------------|------------|------------------|
-|`000680`|`HL Road Frame - Black, 58`|`#FR-R92B-58`|`$1,431.50`|`1016.040`|`3/11/2004`|
-
]]>