0

I am new to MVC.

I have no clue how I am going to connect and store values in text box on a view on button click into sql table.

Please help

1
  • 2
    It sounds like what you need is to walk through some ASP.NET MVC tutorials. The NerdDinner tutorial is a popular one: asp.net/mvc/tutorials/older-versions/nerddinner/… Essentially the page would post the form value(s) to a controller action. That action would assemble a model and interact with it in some way (possibly instructing it to persist to a data store). Ultimately the action would return a view or in some way result in a view being returned. Commented Jul 24, 2012 at 10:46

1 Answer 1

1

Given the level that you are starting from I suggest you read the excellent tutorial series on the Microsoft Asp MVC site.

Also searching with your favourite search engine for "MVC3 tutorials" will help as well.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.