Possible Duplicate:
Response.Redirect(“”) inside “using{ }”
Pretty much that. If I had, for example, a connection to the database in a using statement and somewhere inside that using statement I redirected to another page, would it dispose of my connection or would I have to manually call it first?