You can't use a windows control in a web application. Windows controls don't have methods that render HTML.
There are ways of delivering a windows form control to the browser of a client that has the framework installed and the control can live and run in the client's browser but I've never done this and it's far beyond the scope of a simple web based application.
-
Peter