I want to pass list of values to web user control from page.Something like this:\[code\]<uc:MyUserControl runat="server" id="MyUserControl"> <DicProperty> <key="1" value="http://stackoverflow.com/questions/15626624/one"> <key="2" value="http://stackoverflow.com/questions/15626624/two"> ... </DicProperty> </uc:MyUserControl>\[/code\]How to create some kind of key-value pair property (dictionary, hashtable) in web user control.