Jump to content

cannot display fetch row in textbox


jlbantang

Recommended Posts

im using AJAX to fetch rows in msaccess database and load it in combo box list everything work fine. i used the same sample/idea in w3schools. now the prob that let my hair falling is how can i display a fetch row to a textbox. i did use the same idea in fetching rows and have it listed in combo box but in text box its a big NO NO NO...im using this statement from .asp for loading list to combo boxresponse.write("<option>combo value goes here</option>")and i've tried the following statements to display a value to textbox1] response.write("<value>textbox value goes here</value>")2] response.write("textbox value goes here")3] response.Write(document.myform.textboxname.value=123456)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...