Showing Values in Form Fields
Written by Eric Smith, Northstar Computer Systems LLC
Remember to surround your form field VALUE parameters with double quotes when you are showing a value, as shown here:
<input type=text name=txtInput value="<% = strValue %>">
If your data has spaces or punctuation, those will be shown as part of the HTML and could cause errors.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 2/10/2001
|