Hi,
I have a gridview where I am hand binding the data.
In my view, I have a label. It has the text as text='<%# Bind("MyField")
%>'
I have incoming data that may contain < and >. I need to HTML Encode this,
but I can't get it to work.
text='<%# Server.HtmlEncode(Bind("MyField")) %>'
I have tried changing the Bind to DataBinder.Eval(Container.DataItem,
"MyField") and wrapping the HtmlEncode around it, but it doesn't work.
What should I be doing?

Signature
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
David - 30 Apr 2008 09:15 GMT
I guess I have a problem and no easy solution...
Anybody? Even if just a thought to try and get it working?

Signature
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
> Hi,
>
[quoted text clipped - 12 lines]
>
> What should I be doing?