Hi,
You're input code looks a little strange. I think it should be:
<input type=textarea name="CommentPCWFlow" value="<%=textPC2FlowComment%>">
You don't need to have a hidden input. You can just write the value in the database directly to the textarea. Hmmm. Plus I haven't seen your code to capture the values or how you're inserting. Its usually something very simple.
Good luck,
Richard
|