Hi,
I’m a newbie in the DynamicWeb module development, I’m changing a payment gateway (developed by other programmer) and in the back office I need to add a dropdown. At this point, the dropdown appears in the back office but I don’t know how to populate it.Here is the code where I create the dropDown
<AddInParameter(
"DW Payed Status ID"), AddInParameterEditor(GetType(Editors.DropDownParameterEditor), "")> _Public Property PayedStatusID() As String
Get
Return _STATUSIDEnd Get
_STATUSID = Value
Set(ByVal Value As String)End Set
End Property