I've got a textbox control on the webpage that I'm writing, and I need to set the value of the textbox in ASP...how is this done? I've tried document.tbUID.text but that doesn't work...what's the correct syntax? Thanks...