ASCX files are designed to be placed within ASPX pages, they are missing several vital HTML tags (, , , ) and as such cannot be rendered by browsers.
Using them is a form of code / UI reuse and quite a good practice. Is there any particular reason why you desire to change how things are currently being done?