Render() public method

Writes the HTML for the SelectMenu control to the response stream.
public Render ( ) : void
return void
Example #1
0
		internal static void ForceRender(SelectMenu m)
		{
			m.Render();
		}