I have a user control (gallery.ascx
) and I want to use the photo.ascx
control in the gallery control. I've added this register at the top of gallery.ascx
, but it still can't find photo:
<%@ Register TagPrefix="ssctrl" TagName="photo" Src="controls/photo.ascx" %>
Any ideas?