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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -