Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のページの div 内にページを読み込んでいます。問題は、親ページで LinkButton を押してポストバックを行うと、ポストバックが親ページではなくサブページに移動することです。
私はjQuery ajaxを使用してページをロードしています:
$('#myDiv').html(refreshingDiv).load('subPagePath.aspx');
この問題を解決するにはどうすればよいですか?