HtmlInputFile::OnPreRender Method (EventArgs^)
.NET Framework (current version)
Raises the PreRender event for the HtmlInputFile control.
Assembly: System.Web (in System.Web.dll)
The following code example demonstrates how to override the OnPreRender method so that a Title attribute is always added to each custom HtmlInputFile control. For this example to work properly, you need to create a directory called Temp on your computer's drive C.
.NET Framework
Available since 1.1
Available since 1.1
Show: