I am trying to customize the advanced form template in a web application project. The problem seems to be that the MultipleValuesResourceControl.ascx and ResourceControl.ascx both use
"public partial class ResourceControls : UserControl"
for their .cs files. These contain duplicate properties and functions which generate errors when I try to build the project.
What would I need to do modify the template in a web applicaion project?
Thanks,
Dave
"public partial class ResourceControls : UserControl"
for their .cs files. These contain duplicate properties and functions which generate errors when I try to build the project.
What would I need to do modify the template in a web applicaion project?
Thanks,
Dave