Thanks Gary,
I've seen your new thread and will continue to followup you there.
Have a good day!
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "GaryDean" <>
>References: <u#>
<>
<>
<>
>Subject: Re: GridView special character problem
>Date: Sun, 2 Sep 2007 15:11:58 -0700
>Lines: 135
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
>X-RFC2646: Format=Flowed; Original
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
>Message-ID: <#VM$>
>Newsgroups: microsoft.public.dotnet.framework.aspnet
>NNTP-Posting-Host: adsl-75-4-16-218.dsl.irvnca.sbcglobal.net 75.4.16.218
>Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP02.phx.gbl
>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.dotnet.framework.aspnet:40818
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Steven,
>I posted a new thread on this "GridView DataGrid Difference".
>Gary
>
>--
>Regards,
>Gary Blakely
>Dean Blakely & Associates
>www.deanblakely.com
>"Steven Cheng[MSFT]" <> wrote in message
>news:...
>> Thanks for your reply Gary,
>>
>> No problem. Please feel free to post here at your convenience to continue
>> on this issue.
>>
>> Sincerely,
>>
>> Steven Cheng
>>
>> Microsoft MSDN Online Support Lead
>>
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>>
>> --------------------
>>>From: "GaryDean" <>
>>>References: <u#>
>> <>
>>>Subject: Re: GridView special character problem
>>>Date: Thu, 30 Aug 2007 18:06:56 -0700
>>>Lines: 77
>>>X-Priority: 3
>>>X-MSMail-Priority: Normal
>>>X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
>>>X-RFC2646: Format=Flowed; Original
>>>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
>>>Message-ID: <>
>>>Newsgroups: microsoft.public.dotnet.framework.aspnet
>>>NNTP-Posting-Host: adsl-75-4-194-91.dsl.irvnca.sbcglobal.net 75.4.194.91
>>>Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP05.phx.gbl
>>>Xref: TK2MSFTNGHUB02.phx.gbl
>>>microsoft.public.dotnet.framework.aspnet:4054 6
>>>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>>>
>>>ok, I need to work up a better comparison using similar binding. I'll
>> just
>>>repost next time I get a chance to get back to this issue.
>>>Thanks
>>>G
>>>
>>>"Steven Cheng[MSFT]" <> wrote in message
>>>news:. ..
>>>> Hi Gary,
>>>>
>>>> From your description, you're concerning at some text output of the
>>>> ASP.NET
>>>> GridView control(compare to the DataGrid) as it doesn't output the
>>>> expected
>>>> text format, correct?
>>>>
>>>> Regarding on the two html fragment you posted, I saw that the GridView
>>>> rendered one contains some escaped entities such as "í", are these
>>>> ones what you do not want? Also, would you post the aspx template of
the
>>>> GridView and show us how to do the databinding and what's the original
>>>> text
>>>> in datasource so that we can have a clearer view on this?
>>>>
>>>> Sincerely,
>>>>
>>>> Steven Cheng
>>>>
>>>> Microsoft MSDN Online Support Lead
>>>>
>>>>
>>>> This posting is provided "AS IS" with no warranties, and confers no
>>>> rights.
>>>>
>>>>
>>>> --------------------
>>>>>From: "GaryDean" <>
>>>>>Subject: GridView special character problem
>>>>
>>>>>I have a 1.1 utility program that prints any DataGrid in a Crystal
>>>>>Report
>>>>>and it works just fine. I'm in the process of final testing of a new
>>>>>2.0
>>>>>version that does the same for GridViews. When testing my new version
I
>>>>>notice that my reports don't print some types of punctuation correctly.
>>>>>Upon examining the actual data in the DataGrid and then the GridView I
>>>> find
>>>>>that the data has been corrupted in the GridView but not the DataGrid.
>>>>>
>>>>>Below is a snippet taken from both the GridView and the DataGrid. As
>>>>>you
>>>>>can see this punctuation is represented correctly in the datagrid but
in
>>>> the
>>>>>gridview it is represented by &#nnn; which I assume is some code
>>>>>representing the specific character that the datagrid has no trouble
>> with.
>>>>>(sorry it's different data).
>>>>>
>>>>>
>>>>>Why is it being represented this way in the GridView? What can I do
>> about
>>>>>it?
>>>>>Thanks,
>>>>>Gary
>>>>>
>>>>>This is from a DataGrid:
>>>>>
>>>>><td>Col Zero</td><td>Col One</td><td>BERGS</td><td
>> align="Right">Berglunds
>>>>>snabbköp</td><td>Christina Berglund</td><td>Order
>>>>>Administrator</td><td>Lule?/td><td> </td><td>0921-12 34
>>>>>65</td><td>Sweden</td>
>>>>>
>>>>>This is from a GridView:
>>>>>
>>>>></td><td>ANTON</td><td>Antonio Moreno Taquería</td><td>Antonio
>>>>>Moreno</td><td>Owner</td><td>Mataderos 2312</td><td>México
>>>>>D.F.</td><td> </td><td>05023</td><td>Mexico</td><td>(5)
>>>>>555-3932</td><td> </td>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>
>
>
>