FIX: DataGrid Web Server Control Does Not Display "<" and ">" Characters Correctly (317878)
The information in this article applies to:
- Microsoft .NET Framework 1.0
- Microsoft Internet Explorer (Programming) 5.01
- Microsoft Internet Explorer (Programming) 5.5
- Microsoft Internet Explorer (Programming) 6.0
This article was previously published under Q317878 The following Microsoft .NET Framework Class Library
namespace is referenced in this article:
System.Data SYMPTOMS When you create a Web application that displays data in a DataGrid control, if the data contains the less than character (<) and
the greater than character (>), Microsoft Internet Explorer interprets these
characters as Hypertext Markup Language (HTML) directives. As a result, the
string of data between the "<" and ">" characters in the DataGrid control cannot be displayed. RESOLUTION To resolve this problem, change "<" to
"<"
and ">" to
">".
STATUS
This bug was corrected in Microsoft .NET Framework 1.0 and in Microsoft Internet Explorer (Programming) 5.01, 5.5, and 6.0.
Modification Type: | Major | Last Reviewed: | 6/5/2003 |
---|
Keywords: | kbWebForms kbSystemData kbDataBinding kbCtrl kbprb KB317878 |
---|
|