I have class T which contains object Dictionary<string,string>. I need programatically to create Repeater depends on amount of Dictionary members. Once has 2 members another time can have 10 members. It means that once will Repeater has 2 columns another time 10 columns. Also I need update Dictionary through Repeater control.