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.
jqueryモーダルポップアップ内のボタンをクリックしてjqueryモーダルダイアログを閉じた後、aspxページを更新したい。私のページには更新パネルがあるので、それも検討してください。
これを jQuery ダイアログに追加できます。
close: function(ev, ui) { window.location.reload() }