Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 1
    The answer posting by jason will work in most scenarios, the only problem which i see is that it is accident prone. i.e. Calling a action method directly bypasses all filters applied to the action. So , in case there is any authentication or counter sort of filter applied to the action method, that data might be lost. Calling a action method directly will work, but it should be carefully applied. Commented Feb 26, 2012 at 17:36