Yes, but you do it like this:
public partial class RegistrationForm : System.Web.UI.UserControl, IRegistrationForm
C # does not support multiple inheritance, so first you put a class that you inherit, and then a comma, and then a list of interfaces that it implements with a comma.
source share