How to display partial view on Details page
I am working on an auction site in ASP.NET MVC and I have a details page for my Item model. On this detail page I have a link to the "Create" Bid page. On my create page is just a simple textbox to enter the user's max bid.
I was wondering if there was a way to put this form directly on my "Details" page, (maybe with a partial view)?
Thank you for any and all help.