Before you ask ...
The <textarea> tags are used in conjuction with an ActiveX CMS editor that pulls the field data across using javascripting. The result is that the <textarea> is not actually shown on the page but a nice MS Word style editor is. The source code of the output would normally...
My mistake ! The actual code is this -
<%
' this works and displays text on the page
response.Write rs("f_description2")
%>
<TEXTAREA rows=7 cols=40 ID="idTextarea" NAME="idTextarea" style="display:none">
<%
' this places nothing into the outputted...
Using MS SQL 2000. I amended a field from nchar to ntext via enterprise manager and now the information will not display in a form field but does when writing directly to the page.
e.g.
This works
<% = rs("desc") %>
This shoots out blanks
<input name="desc"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.