Hi,
I have a MVC applicatioin. application has a common model class, one main controller, 3 subcontrollers(main controller class is super class of sub controllers). Each subcontroller appears on a different tab (i am using htmlb tabstrips). All the Controllers create respective views.
The thing i am trying to achive is that, a button is presented on the main view. As and when the user clicks on the button a window opens (a call to a different application). This part is simple.... <b>Here is the main part - ></b> On close of the window i want to refresh the data of the tab on which the user is. How can i achive this.
Thanks
Amandeep.