Model–View–Controller (MVC) is an architectural pattern used in software engineering. Use the more specific [asp.net-mvc] tag (ASP.NET MVC) instead, if applicable.

learn more… | top users | synonyms (1) | mvc jobs

0
votes
0answers
5 views

Database driven routing in CodeIgniter 2.x

I am creating a site that will have a lot of routes that will need to be added to the routes file (800+) - obviously I do not want to manually add these one by one into the routes config file. Can ...
0
votes
0answers
5 views

How to access generateIdForRecord in Ember-Data?

I'm trying to develop an application using the Fixture Adapter with Ember-Data. When I try and create a new object (based on a model I've defined), it won't work unless I specify the ID. If I ...
0
votes
2answers
13 views

ModelState in MVC does not show the error

in my controller i have Create action for view .i want to show validation exception with ModelState .but it does not work truly. /// <summary> /// GET: /AgentPosition/Create /// ...
1
vote
0answers
11 views

Can you split an MVC Area across two projects?

I have an Asp.Net MVC 3 website written in VB.Net. We want to migrate to C#, the plan being to write all new code in C#, and rewriting old code as and when it's amended. I created a new C# MVC 3 ...
0
votes
1answer
22 views

mvc+razor trying to render just parts of the model

I'm trying to render two tables via one model. I'm using my helper dll to create the tables. the problem is, I don't know how I can render only parts of my viewdata, at the first call of the page. ...
1
vote
0answers
24 views

Event Handling in Visual Basic using a graphical interface

At the moment I'm introducing myself into the language Visual Basic, using the Visual Studio 2010 as an IDE. I want to create a graphical application and therefore using the MVC pattern to implement ...
0
votes
1answer
16 views

Does SessionStatus object.setComplete() clears all the session attributes or just work for the controller in which it is used?

I am not clear about this if I use SessionStatus object.setComplete() in a Controller, does it clears all the session data of the Webapp or just clears the session data saved by a particular ...
1
vote
1answer
17 views

Google Contacts API not retrieving contacts

I am using Google Contacts API to fetch gmail contacts from my ASP.NET application. After giving the username and password, the application doesnt respond and the connection gets timed out. Below is ...
1
vote
3answers
51 views

Get Multiple Selected checkboxes in MVC

i have a ProductController which is consists of Create method. My Model : public class ProductEntry { public Crescent.LinqModel.Product Products { get; set; } public ProductSKU SKUs { get; ...
0
votes
1answer
14 views

ModelAndView object.addAttribute() equivalent to request.setAttribute

Just a clarification. Is ModelAndView object.addAttribute() equivalent to request.setAttribute. I went through a Spring MVC example the author added an attribute with ModelAndView ...
1
vote
2answers
31 views

MVC and co-dependent classes in c++

I am trying to understand how MVC work in c++ and pure winapi, so am developing a demo app, and trying to implement my own interpretation/version of MVC. The idea is to keep controller in total ...
0
votes
0answers
19 views

MVC- Kendo UI, Design not Adjusting

I have a strange problem. I have a MVC web application, which runs on mobile devices. In iPad and iPhone it works fine.But in Android tablets and phones, it does not adjust the screen according to ...
0
votes
2answers
17 views

asp.net mvc display image external to the mvc deployment

I want to deploy my ASP.NET MVC site to some location C:\home\MySite\, and I want to give it a config value to point to a different location on that server: C:\home\SomeOtherLocation\Albums, and ...
0
votes
0answers
16 views

Please help me find bug (knockout binding)

I am new Knockout. I have a small project that use Hottowel template. When I have tried to get data (JSON) from server, everything is ok until I refresh my webpage (F5 or Ctrl-F5). Sometime Knockout ...
0
votes
0answers
31 views

Not able to load a model in the construct method in the controller of the Laravel 4 framework

Here is the beginning of my controller code: <?php class AppController extends BaseController { /** * App Model * @var app */ protected $app; /** * User Model ...

1 2 3 4 5 847
15 30 50 per page