Gazosdeamigos
Programmer
Hi im using asp with vb that is accessing a mdb and i was wondering how to add a name i.e. john doe to a text box this is the code i have so far
Response.Write "Name : <input name='name' type='text' value=" & rsData("name") & "><br>"
but it wont input the surname any help would be appreciated
Response.Write "Name : <input name='name' type='text' value=" & rsData("name") & "><br>"
but it wont input the surname any help would be appreciated