Response.Write "<b><input type=text name=name value=" & CStr(objRS("empname")) & "></b><br>"
hey there i am using this code to get data from access table right , in acces table it shows name like lets say MOHAN KUMAR but when i run page containg this code it show only MOHAN in text box