Jump to content

unable to dislpay result to textbox


jlbantang

Recommended Posts

im using ajax(same example from w3schools) to refresh combo box list and it all work fine. but when i tried to dislpay a single data to textbox it wont do the thing.code snippet set from .asp file after ajax initialize:1. to load combo box listresponse.write("<option> cbo list value goes here </option>")this work fine if im going to load the data to combo box2. heres my nightmareresponse.write("<value='txtbox value goes here'>or thisresponse.write("<value>txtbox value goes here</value>")really ned help... thnx

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...