When I\'m in a View an开发者_JAVA技巧d I call @Html.RenderPartial(\"MyPartialView\", MyObject)Can I set it up so that this partial view has a controller which is called when RenderPartial gets called?
I am trying to create a Word document with a very simple word macro. The macro searches for a bookmark that I have placed in the text and then adds a date, 2 weeks into the future, at that location.