Ask a Question related to ASP.NET Security, Design and Development.
-
Guogang #1
HTML Text encoding of web controls
I find that the encoding of web control is inconsistent. Some controls will
do an HTML encoding on the text, some don't.
Say, I want to show the string "<script> alter("test") <script>". For a
"BoundColumn" used in DataGrid, I get an alert box instead of the string.
But for "TextBox" control, it is encoded correctly.
Is there a general rule, or documentation of which controls will do HTML
encoding automatically, which don't?
Thanks,
Guogang
Guogang Guest
-
DataGrid doesn't do HTML entity encoding.
I have a DataGrid bound to a table where one of the strings is "<Unknown>". When this is sent out via the DataGrid control as HTML it is not encoded... -
html encoding
Hi, Does the .NET webservice infrastructure automatically supports xml encoding? I'd like to send an xml document via my webservice. Do I have to... -
Html encoding SOAP response
Is there anyway I can make my xml webservice not htmlencode the response from a call to an API? I have: public int PerformOperation(string... -
#25248 [Opn->Bgs]: SESSION encoding in urls should use HTML entities not ampersands
ID: 25248 Updated by: derick@php.net Reported By: js at nomensa dot com -Status: Open +Status: Bogus... -
HTML Controls and User controls
I have a user control that is basically a login dialogue. If I add the user control to webpage1, can I access the properties directly from C#... -
Felix Wang #2
Re: HTML Text encoding of web controls
Are you the former TL of GTEC DSV?
Please ignore this if not...
--
Regards,
Felix Wang
"Guogang" <nospam@no_such_domain.com> wrote in message
news:uRAWjoi1DHA.3436@tk2msftngp13.phx.gbl...will> I find that the encoding of web control is inconsistent. Some controls> do an HTML encoding on the text, some don't.
>
> Say, I want to show the string "<script> alter("test") <script>". For a
> "BoundColumn" used in DataGrid, I get an alert box instead of the string.
> But for "TextBox" control, it is encoded correctly.
>
> Is there a general rule, or documentation of which controls will do HTML
> encoding automatically, which don't?
>
> Thanks,
> Guogang
>
>
Felix Wang Guest



Reply With Quote

