Hi @Harun Ergün,
I know picture 1 for text but I dont know @Html.RenderAction
You need to get the dropdown name like "input":
model.City = form["DrpSehir"].Trim();
model.City1 = form["Drpilce"].Trim();
(I know UserName and UserSurName how can add with html )
If I understand correctly, you want to persist the value on the page when the create button is clicked, you can return the model.
return View(model);
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.