C# javascript reload all tabs in Panel -
i using reload active tab:
parent.parent.bodypanel.activetab.reload();
how can reload tabs of bodypanel @ once?
solved reloading whole page:
parent.parent.document.location.reload();
i using reload active tab:
parent.parent.bodypanel.activetab.reload();
how can reload tabs of bodypanel @ once?
solved reloading whole page:
parent.parent.document.location.reload();
Comments
Post a Comment