how to get comeplete asp page html in $.get where the page contails udpate panels too..
hi,
can any one suggets.
I am trying to get the page html in asp.net using Jquery
$.get as below
. But as my target page contains asp controls along with asp:update panels i am unbable to display my result html to my req div after $.get result.
$.
get
(url,
function
(data))