Got it working (didn't need the OnInit stuff) -- thanks. Code:
Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim u As New CuteWebUI.Uploader
AddHandler u.FileUploaded, AddressOf uploader_FileUploaded
MainFormPlaceHolder.Controls.Add(u)
End Sub