thegreatwhitehype18
New Member
I need to build fast some simple web applications with simple CRUD operations using ASP.NETMy straight choice would be to go with standard ASP Web Pages 2 and i will.Most of them will be 1-2 pages long.I need to find an approach to make it more user friendly and AJAXify them.In my mind in order to that would be to implicate JQuery. But i suppose that this takes me to Web API in order to get/set data in JSon...And if this is the only way to go , how i sould go about it? can web pages support Web APi or i have to go to MVC?For example i would like to update tables in my page by pressing buttons or selecting UI elements (drop down boxes)..