Has anyone successfully created a custom property tab for a custom web server control?<BR><BR>How do you implement collection property persistence?<BR><BR>I have tried "PersistenceMode(PersistenceMode.InnerDefaultProper ty)" on my collection property - this successfully generates the proper xml in the HTML<BR>design area. However, it will not run because it says the property doesn't exist.<BR><BR>I have been unable to find a sample implementing a web server control with property tab.