problem with editable datagrid

  • Thread starter Thread starter Irvin
  • Start date Start date
I

Irvin

This is my first attempt at using Dot Net. I am using WebMatrix to
create the web pages.
I created a data page using the editable datagrid template, and am
able to modify and delete data.
However I would like to be able to add list type data, and html.
Here are my questions:
1. How do I convert carriagereturn/linefeeds?
2. How do I allow html code to pass the validator?

Currently, this:
one
two
three

is displayed like : onetowthree

And this:
one<br>two<br>three

generates an error in the validator.

Thanks for your help.
 
Hi Irvin,

I answered this in the adonet newsgroup.
And again, please do a crosspost when you send to more than one dotnet
newsgroup.

Cor
 
Back
Top