So I basically want to add a new property to member types:
DropDown List that i populate from a method that I have in my custom dll. GetClients() which returns a list of of my Client class with properties of Id and Name.
So as I understand that i need to create a new datatype. One of type drop down list. now it has a prevalue property, how do i simply bind the drop down to the list of clients i get from my method?
Do I need to get XSLT to read out the method and fill the drop down? if so then how do I get the dropdown to reference the XSLT?
Create new datatype and fill from custom method
Hi
So I basically want to add a new property to member types:
DropDown List that i populate from a method that I have in my custom dll. GetClients() which returns a list of of my Client class with properties of Id and Name.
So as I understand that i need to create a new datatype. One of type drop down list. now it has a prevalue property, how do i simply bind the drop down to the list of clients i get from my method?
Do I need to get XSLT to read out the method and fill the drop down? if so then how do I get the dropdown to reference the XSLT?
Thanks in advance,
M
is working on a reply...