active questions tagged view-user-control - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T17:22:45Zhttp://stackoverflow.com/feeds/tag/view-user-controlhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/286132/asp-net-mvc-getting-a-paritial-views-html-from-inside-of-the-controller8ASP.net MVC: Getting a Paritial View's HTML from inside of the controllerHarry2008-11-13T02:53:54Z2009-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-from2asp.net mvc: How to handle situation when error happens during posting form from view user control?michal zygula2008-12-07T00:45:22Z2008-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>