using javaScript: at onclick event of button
document.formname.reload(true);

or

if page is in iframe
document.iframename.location = document.iframename.location

Response.Redirect("mypage.aspx") might put some overhead on webserver.

Thanks,
Kuldeep.

On Tue, Oct 28, 2008 at 11:40 PM, Brent <[EMAIL PROTECTED]> wrote:

>
> I've been looking all over for a way to simply refresh a page using a
> button control.  Please help.
>

Reply via email to