Sep 6, 2000 #1 btcomput Programmer Jul 10, 2000 10 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]
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]
Sep 6, 2000 #2 EdRev Programmer Aug 29, 2000 510 US you can try this: <input type="text" size="anynumber" name="anyname" value="<%=anyvariable%>"> hope this'll help you. [sig][/sig] Upvote 0 Downvote
you can try this: <input type="text" size="anynumber" name="anyname" value="<%=anyvariable%>"> hope this'll help you. [sig][/sig]