I currently am working on a project where I need to populate a textboxes from a db. I have the connection string and recordset working. I am passing the values from the db to the screen using 'response.write RS("myfields")', etc.
But what I really need to do is pass the variables to my textboxes and I can't get it to do this.
Does anyone know how to do this????
Jose