Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Putting values into text boxes

Status
Not open for further replies.

btcomput

Programmer
Jul 10, 2000
10
0
0
US
Hi,

How can I write code to put values of variables into text boxes in a form on an ASP page?

Any help would be appreciated.

Thanks [sig][/sig]
 
you can try this:

<input type=&quot;text&quot; size=&quot;anynumber&quot; name=&quot;anyname&quot;
value=&quot;<%=anyvariable%>&quot;>

hope this'll help you. [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top