Within my scenario, I have a button within an iframe section of my page that performs some database processing.
What I need is a means of performing a page refresh o
If you code Page with aspx C# you can view code:
ClientScript.RegisterStartupScript(this.GetType(), "LoadParent", "");