G
Guest
Hey all, I'm coming from the ColdFusion world and am pretty new to .Net2. My
issue is, I've got a page where the content (with html formatting included)
is stored in a db table field. In MS Access, the field type was Memo, in
SSExpress I'm using nvarchar(max).
When I try to display the contents/paragraphs in my aspx page (using
Gridview) , I see all the html coding & formatting characters.
Am I using the right data type? Should I be using something other than
GridView? Am I even in the right forum for this question?
Also, I'm trying to find a listing of default value & binding functions like
"GetDate()" Any links?
Thanks in advance!
issue is, I've got a page where the content (with html formatting included)
is stored in a db table field. In MS Access, the field type was Memo, in
SSExpress I'm using nvarchar(max).
When I try to display the contents/paragraphs in my aspx page (using
Gridview) , I see all the html coding & formatting characters.
Am I using the right data type? Should I be using something other than
GridView? Am I even in the right forum for this question?
Also, I'm trying to find a listing of default value & binding functions like
"GetDate()" Any links?
Thanks in advance!