FancyPrairie
Programmer
I'm new at this so bare with me...
I have created a composite control and have defined several properites for it. I can see and set these properties at design time within Visual Studio. However, how do I reference the properties client-side using Javascript? For example, one of my properties is a boolean LimitToList. How do I determine the value of LimitToList within javascript?
I have created a composite control and have defined several properites for it. I can see and set these properties at design time within Visual Studio. However, how do I reference the properties client-side using Javascript? For example, one of my properties is a boolean LimitToList. How do I determine the value of LimitToList within javascript?