Jump to content

MVC2 and ADO Entity Data Model

- - - - -

  • Please log in to reply
No replies to this topic

#1
Tyrsius

Tyrsius

    Newbie

  • Members
  • Pip
  • 9 posts
I am completely new to web development, I am coming from a C# desktop application environment. Due to company restraints I cannot use MVC3, I am stuck with MVC2. If this doesn't work, I will have to switch to web forms, but I have been told by several people that the industry is moving towards MVC so I would like to stick with it if at all possible to complete this project.

My question is this: should I be using Web Forms or MVC to accomplish this?

The app:
Primary function is to load a TICKET (A single record from a SQL table). Each column in the TICKET is a Foreign Key (FK) to another SQL table. They should be displayed in a dropdownlist. When you open a ticket, it needs to show a page with all the dropdowns populated by their tables, and set to the current values of the ticket It should allow you to edit the dropdowns. Once editing is done, submit the new values from the dropdown selections to the TICKET record in SQL.

I hope that made sense. I haven't been able to find any examples of MVC apps similar to this. If anyone has examples, that would be fantastic.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users