Is it possible to call a controller action that will update (refresh) a partial within the View with the updated model? If so, can someone point me to an example?
After years of Web Forms development I\'ve decided to give MVC a go. I\'ve been able to work through most of the other stumbling blocks, but I\'m kind of stuck on this one.
I have a form in a partialView @using (Html.BeginForm(null, null, new { controller = \"Module\", action=\"ModuleIndex\", module=\"\" }, FormMethod.Get, new { id = \"frmMDR\" }))
This is a stupid example but I\'m trying to understand how thing get passed around behind the scenes in Rails. And there\'s probably a better, \"Rails\", way to approach this...if so please let me kno
I use this code in my app\\views\\pages\\home.html.erb file <%= render :template => \'users/new\' %>
I have been looking at this error for quite some time, and can\'t seem to figure out what I might have done wrong.
I have a web form in SPARK which allow the editing of a Facility class that contains Rooms. When editing the Facility all the Rooms are listed for editing too.The form works fine for editing, but I wo
I\'m relatively new to Ruby/Rails and have screwed up the structure of a case/when clause or perhaps I\'m not understanding the routes...
I use a partial in various multipart开发者_运维问答 emails (HTML and plain text) in Rails and have the following problem with it:
I\'m trying to learn MVC 3 and Razor coming from a ASP.NET background. I\'ve want to get a simple partial view (in the shared folder) to post to a specific controller so that I can re-use it elsewher