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 allow 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 through the validator ?
Currently, this:
one
two
three
is displayed like :
[color=green:44498f2133]onetowthree[/color:44498f2133]
And this:
[color=green:44498f2133]one<br>two<br>three[/color:44498f2133]
generates an error in the validator.
Thanks for your help.
Irvin Amoraal. <><
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 allow 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 through the validator ?
Currently, this:
one
two
three
is displayed like :
[color=green:44498f2133]onetowthree[/color:44498f2133]
And this:
[color=green:44498f2133]one<br>two<br>three[/color:44498f2133]
generates an error in the validator.
Thanks for your help.
Irvin Amoraal. <><