In my webpage i got window with FileUpload Control and
2 buttons Upload and Cancel. Cancel redirects to other page. But its failing.

I tried Response.redirect, Response.redirect fails if webpage is having Fileupload Control.

Ext.Redirect("")
ScriptManager.AddScript("window.location='{0}';"; "new.html") All are failing



BADRESPONSE: Syntax error is coming