How to bind DropdownList Choises Dynamicaly Based on Table?
Hi,
I need to bind the dropdownList choises in my Sitefinity Form based on my own setup table, is it possible and how to do this?
Regards,
Eddy
Hi Eddy. You need to create custom form widget
docs.sitefinity.com/tutorial-build-a-form-widget
And in code behind retrieve all data from your own table and fill select. Please let me know, if you need examples of that
Hi Victor,
I will try the steps based on the link, but it will be good if you can share some examples for me.
Thanks a lot..
Regards,
Eddy