| Wijmo Control Toolkit Extender Controls > C1UploadExtender > C1UploadExtender Tutorial > Step 1 of 3: Adding a C1UploadExtender to the Page |
In this topic you add some content to a Panel control and associate a C1UploadExtender control with it to allow users to upload files.
<wijmo:C1UploadExtender ID="Panel1_C1UploadExtender" runat="server"
TargetControlID="Panel1">
</wijmo:C1UploadExtender>
In the next step you will set some of the extender properties.