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
Any public property can be set in the markup as indicated above. You can get more advanced than this and support child elements, etc. too. See more information.