I am working on a mobile web page. For reasons I won't get into here, I want to use a regular web user control.

In this control, response.redirect will not work. I am unable to use RedirectToMobilePage in this control.

Is there another way to load a web page that might work with my mobile web pages?

Thanks