summaryM:DotNetNuke.UI.WebControls.VersionEditControl.RenderDropDownList(System.Web.UI.HtmlTextWriter,System.String,System.Int32)

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected void RenderDropDownList(
	HtmlTextWriter writer,
	string type,
	int val
)
Visual Basic
Protected Sub RenderDropDownList ( 
	writer As HtmlTextWriter,
	type As String,
	val As Integer
)

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter
paramwriterM:DotNetNuke.UI.WebControls.VersionEditControl.RenderDropDownList(System.Web.UI.HtmlTextWriter,System.String,System.Int32)
type
Type: System..::..String
paramtypeM:DotNetNuke.UI.WebControls.VersionEditControl.RenderDropDownList(System.Web.UI.HtmlTextWriter,System.String,System.Int32)
val
Type: System..::..Int32
paramvalM:DotNetNuke.UI.WebControls.VersionEditControl.RenderDropDownList(System.Web.UI.HtmlTextWriter,System.String,System.Int32)

See Also