I haven\'t used these in awhile. I was just wondering is it possible to pass values or parameters to a user control from the aspx page. Say you register a control and then use i
Create public properties in the code behind of the user control and then these could be used as attributes while declaring the user control in the page. Check here