I am using a textbox to show data extracted from the database, the code takes the format of:
<Input name="IncResolution" value="<%=objRS.Fields("IncResolution"
.value%>"<%=UpdateMode%> style="HEIGHT: 68px; WIDTH: 496px"></td>
However the text does not wrap around and is just displayed on the one line.
How do I make it Multiline so it wraps?
<Input name="IncResolution" value="<%=objRS.Fields("IncResolution"
However the text does not wrap around and is just displayed on the one line.
How do I make it Multiline so it wraps?