you can't... user control is rendered as a part of page... if you wish to
just have a particular area refresh. consider using iframe and instead of
user control having a dedicated aspx page which is wound to iframe using src
attribute. you can use the meta tag or client side event based refresh the
page within iframe.