jamiller
06-20-2007, 02:38 PM
I'm building a web app that when a user clicks on a button, that button's value is passed to a textbox so that user can quickly see what they've clicked. This works great. But I only want one item per line. I was thinking of somehow putting a <br /> after each item but I cannot figure out how to do this with textboxID.value.
So how do you add an html break (<br />) in textboxID.value? Or is there maybe another way to do this? I'm using asp Textboxes.
Thanks for any and all help!
So how do you add an html break (<br />) in textboxID.value? Or is there maybe another way to do this? I'm using asp Textboxes.
Thanks for any and all help!