-
Text Box not displaying full text value???
Hi, I retrieved a record from a database and want to display each field into
a text box. For example, see below...
StrTitle = rsUpdateRecord("Title")
Response.Write "<p>Title: <input type=TEXT name=Title value=" & StrTitle
& "></p>"
StrTitle comes from the record set and is actually "Error 052 - Help closes
Function" but the text box on displays the word Error and not the rest of
it? Why does it do this?
TIA,
Jason Hall
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|