Hi,
I am dynamically loading data from a database into textboxes when a page is loaded. All is fine apart from one particular database field. Any data after a space in this field is not dispalyed in the textbox. ie "Sample Data" is displayed as "Sample"
The code im using to load the value into the textbox is:
<INPUT size=50 type="text" id=text1 name=reportname readonly=true align=middle value=<%Response.Write rs1("report_name"
%>>
Any ideas what could be wrong?
Best regards
jan
I am dynamically loading data from a database into textboxes when a page is loaded. All is fine apart from one particular database field. Any data after a space in this field is not dispalyed in the textbox. ie "Sample Data" is displayed as "Sample"
The code im using to load the value into the textbox is:
<INPUT size=50 type="text" id=text1 name=reportname readonly=true align=middle value=<%Response.Write rs1("report_name"
Any ideas what could be wrong?
Best regards
jan