When using no-compile web user controls (where the CompilationMode directive is set to Never ), you cannot just add them to your web page declaratively. There are two ways to do it: Programmatically, by calling Page.LoadControl , casting the returned...