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.
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.