javascript - Execute C# code while using .load jquery -


again, i've looked around try find posts on , there many none address specific question (that find).

what looking : have projects , loads different pages (.aspx) in iframe dynamically. trying remove iframe , add div , load aspx pages inside div, using :

$("#containerdiv").load("test/default.aspx", function () { }); 

it loads aspx page unable execute c# code written in default.aspx.cs may not practice want know there solution of problem.

$.load not c# code why because load contents of aspx page not of aspx.cs. use user controls instead.

if need how implement user control refer this link.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -