Home > Net >  The MVC
The MVC

Time:10-21

I want to realize the function: when I fill in the customer name, can make the customer information automatically fill in the other, I now have the customer table, how to implement this function!

CodePudding user response:

Put a onchange event in the customer name textbox,
Then events each search database corresponding to the first user,
To find out, the final assignment to other you want to assign a value to a text box,

CodePudding user response:

I this is the web side, text box, specific how to implement the

CodePudding user response:

Webform, you can check it on the ajax via the interface of user information,
Then assigned to text boxes,
The specific implementation, check your ajax call interface

CodePudding user response:

In the input name there do a losing focus events, through ajax queries to the background data, and then fill to the other box
  • Related