I have a Partial View I need loaded into a div when the page loads, does anyone know how I could do this, im pretty sure it needs to loaded via Ajax, not just as an @Html.Partial.
I have a div that I load almost all content into throughout the site, and like to be able to load just this one partial view on page load, the rest of my site uses Ajax.ActionLink to accomplish:
<div id="placeholder""></div>
It's been a really long day, I'm pretty sure I'm just braindead right now.
Your help is appreciated.
Thanks,
Mark