No HTML Markup Visible of WebGrid asynchronously loaded using jQuery and Ajax - ASP.Net MVC

StackOverflow https://stackoverflow.com/questions/21402825

문제

I am successfully using jQuery and Ajax on my MVC app to asynchronously load a WebGrid based on a selected item of a DropDownList. I can see the WebGrid and its contents on the view. However, if I then attempt to look at Page Source (to see the HTML markup of the WebGrid), the bit inside the div tags for the WebGrid is empty. So I have:

<div id="gridContent">
   //completely empty
</div>

Why is this empty? The WebGrid is perfectly visible. Many thanks

도움이 되었습니까?

해결책

Use "Inspect Element" command instated of "View Page Source"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top