• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Does anyone here know MVC4?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

RedDragonXXX

Senior RAM Pornographer
Joined
Mar 3, 2005
Location
Jacksonville, FL
I'm starting to learn more about MVC and have done ton of tutorials that are out there, but I can't do one simple thing which is to have user data entered through a from posted to a SQL Table. Basically all of the material I've looked at just have you import data to table either from a file or enter it manually and then you query it with LINQ. I understand that, but for the life of me I can't find a way to post data from a form to the table.

At this point I'm just trying to get this done:
  • Have two text boxes where user enters data
  • After data is entered user hits Submit button
  • This in turn submits data to SQL Table

If anyone has any experience with MVC and can walk me through this it would be great help, because its holding me back and preventing me from moving forward.
 
Back