I am opening telligent model dialog from one of my custom pages on the site. I need to close the dialog and refresh the base page.
I am able to open the dialog from an anchor tag using javascript:Telligent_Modal.Open('url',500,300)
and close it from the code behind Modal.ClosePage(this.Page);
Final missing part is refreshing the base page.
Any help much apreciated.
I am using Telligent Community 5.5.
Thanks.