HTML TextArea With ASP

I am trying to do a check to see if a value of one of my fields is a certain number. If it is I want to display a form text entry box, if not skip it.

I want to put a value of another field in the text entry box so the user can edit/update the info. I have the code to display or not display, but when I try to display the value in the text entry field, I get quotes around it. Code:

View Replies