> Hi everyone,
>
[quoted text clipped - 4 lines]
> PropPartnerUserGroupID="<%= PartnerUserGroupID %>"
> runat="server"></uc1:partnerdownloads>
Have you declared PropDomain and PropPartnerUserGroupID as public properties
in your web user control? If you use <%# ... %> make sure you use it in
combination with the container's DataBind() method (webform, repeater,
datagrid, etc), if not it will never render that property.
> However, and <%= Domain %>
> and <%# Domain %>
[quoted text clipped - 6 lines]
> Thanks
> Maz.