Constructs an HtmlSelect for this control and populates it with the value and ControlName for this control.
[Visual Basic] Overrides Public Function MakeWebControls( _ ByVal ctx As DataContext _ ) _ Implements IDPLControl.MakeWebControls As Control() [C#] public override Control[] MakeWebControls( DataContext ctx ); [C++] public: Control* MakeWebControls( DataContext* ctx ) __gc[]; [JScript] public override function MakeWebControls( DataContext ctx ): Control[];
DropDownList Class | Portrate.Interview.View.Controls Namespace