Step 1 of 3: Adding a C1UploadExtender to the Page
In This Topic
In this topic you add some content to a Panel control and associate a C1UploadExtender control with it to allow users to upload files.
-
In your Web application, add a standard Panel control to the main content of your page.
-
Click the Panel smart tag and select Add Extender from the Panel Tasks menu.
-
In the Extender Wizard, select C1UploadExtender and click OK. A C1UploadExtender control is added to the page and the TargetControlID is set to Panel1.
<cc1:C1UploadExtender ID="Panel1_C1UploadExtender" runat="server"
TargetControlID="Panel1">
</cc1:C1UploadExtender>
In the next step you will set some of the extender properties.