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(); 

Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -