I have a demo scheduled with a client and i need a quick and dirty fix for now. I will find a more appropriate work around tomorrow but for the time being i need a way to force a post back, or refresh the page.
i tried:
Response.Redirect("");
but it brings me to a page that says “Object moved to here”. ‘here’ is a hyperlink that brings me to the page with desired results but i wish to bypass this message.
Any ideas.
Response.Redirect(“default.aspx”);
(or whatever the name of the current page is)