Hello,
I am trying to populate a couple text box fields in my MVC application. I have a text box that a user can enter an ID and then click search, and based on the ID input from the user, information should be brought back to populate First Name, Last Name text boxes on the same page.
The problem I am having is bringing back this data from a SQL Stored Procedure and displaying the results on the same page in different text boxes. I just can't seem to figure out how to bring that information back to the same page instead of having to show a different view.
Any advice or solutions would be greatly appreciated.
Thanks.