1
Good morning, everyone! I’m new enrolled in the forum, but I’ve been following them for some time, I’m finishing a college TCC in C# (Visual Studio 2017), and I’m having a hard time in the project I’m putting together, where the problem is: My project is in 4 layers (DAL, BLL, Model and User Interface); In the database, I have a table called "address", which contains the fields cep, street, neighborhood, city and Uf; In the "Customer Registration" screen, I need that when typing the ZIP code in a Maskedtextbox field, using the property "Leave" the same make a query in the database in the address table, and if there is a record the same return the data and fill in the due Textbox (street, district, city and Uf); If it is not in the database, it will make a query in the Web Service (THIS IS ALREADY WORKING).
Follow images of what I already have.
If anyone can help me, I’d really appreciate it. Thank you!
Welcome Chris, avoid images, however in your case is advised to illustrate the problem. Also, keep the images, edit your question and put the codes to facilitate understanding.
– Luiz Augusto