hot questions tagged view-user-control - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T23:37:02Z http://stackoverflow.com/feeds/tag?tagnames=view-user-control&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/286132/asp-net-mvc-getting-a-paritial-views-html-from-inside-of-the-controller 8 ASP.net MVC: Getting a Paritial View's HTML from inside of the controller Harry 2008-11-13T02:53:54Z 2009-06-27T12:57:53Z <p>I have developed a simple mechanism for my mvc website to pull in html via jquery which then populates a specified div. All is well and it looks cool.<br /> My problem is that i'm now creating html markup inside of my controller (Which is very easy to do in VB.net btw) I'd rather not mix up the sepparation of concerns.</p> <p>Is it possible to use a custom 'MVC View User Control' to suit this need? Can I create an instance of a control, pass in the model data and render to html? It would then be a simple matter of rendering and passing back to the calling browser.</p> http://stackoverflow.com/questions/347051/asp-net-mvc-how-to-handle-situation-when-error-happens-during-posting-form-from 2 asp.net mvc: How to handle situation when error happens during posting form from view user control? michal zygula 2008-12-07T00:45:22Z 2008-12-07T02:42:48Z <p>I have a view user control that can post form. This control can be used on multiple views. If user enters invalid data i add errors to ModelState - as simple as that. The problem is that i don't know which view/actionresult to return since i don't know from where user post form. Ok, i can get urlreferer - but that does not look nice for me. Any idea?</p>