Design-Time Support
Show progress of version development.
To simplify development Mediachase.FileUploader.Web.UI.McHtmlFileInput supports
full Design-Time view in Visual Studio.NET. You can add it into Visual
Studio.NET toolbar and then add it to your webform using drag & drop. You
can change properties and control will adjust in real-time it's view to the one
that will be displayed on web page.
Adding control to VS.NET toolbox
To add the control to the Visual Studio .NET toolbox, please do the following:
-
Open a Web Form (aspx page) in design mode;
-
Right-click on the toolbox;
-
Select Customize Toolbox;
-
Select the .NET Framework Components
tab;
-
Click Browse...;
-
Find Mediachase.FileUploader.dll on your local machine, and select Open.
Now when you add the control to your web projects, Visual Studio will
automatically add the Mediachase.FileUploader.dll assembly to your web
application's bin directory. To deploy the application, all you need to do is
copy the content to the live server.
Removing control from VS.NET toolbox
To remove the control from the Visual Studio .NET toolbox, please do the
following:
-
Right-click the Toolbox, and select Customize Toolbox
on the shortcut menu;
-
In the Category Item
list, select the item that you want to delete.
-
Click Remove Item on the Customize Toolbox
dialog box.
-
When prompted to delete the item, click OK.