URGENT: How to force a postback with asp.net and C#

Posted by ErnieStings on Stack Overflow See other posts from Stack Overflow or by ErnieStings
Published on 2009-09-13T18:47:46Z Indexed on 2010/03/29 2:33 UTC
Read the original article Hit count: 372

Filed under:
|

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. This is very urgent. Any help would be much appeciated

Thanks, shawn

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about postback