Welcome Guest, Not a member yet? Register   Sign In
Fill textboxes after record selected by drop down
#2

[eluser]CroNiX[/eluser]
One way would be with javascript and ajax. When select value changes, use ajax to send request to server based on value of select, and then display the data the controller sends back in textboxes, divs, or whatever. If you've used jquery before, this should be pretty easy to do.

Another way would be to submit the form, and in the controller check the value of the dropdown post value, and get additional info based on that to redisplay in the view.


Messages In This Thread
Fill textboxes after record selected by drop down - by El Forum - 09-11-2014, 10:44 AM
Fill textboxes after record selected by drop down - by El Forum - 09-11-2014, 11:51 AM
Fill textboxes after record selected by drop down - by El Forum - 09-11-2014, 12:22 PM
Fill textboxes after record selected by drop down - by El Forum - 09-11-2014, 02:44 PM
Fill textboxes after record selected by drop down - by El Forum - 09-15-2014, 03:54 AM
Fill textboxes after record selected by drop down - by El Forum - 09-15-2014, 06:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB