User56700650 posted
I'm very new to custom controls and would like to create a custom file upload control.
I have been creating custom webparts for a while and am comfortable with CreateChildControls method as I just add an instance of a server control (aka FileUpload) to this.Controls().
However, I'm not sure how I can accomplish this in Render.
Any help would be much appreciated.