pass textbox value to model via controller windows form,mvc
This will be a great help for me to carry my project further.
I need to check the text box value(form) with database. If it exist I try to show warning message and if not ask the user to enter the values.
I try to implement this code with Windows form,MVC format.
Can you provide sample code for this? Any suggestion ideas?
Thank You.