Installation and use
Requirements
WebGadgets requires ASP.NET FrameWork 1.1 or 2.0
Visual Studio 2003, 2005 and 2008 is supported.
NB - Two versions of the assemblies exist
Make sure to pick the correct assembly mathing your installation!
See AxezzWebGadgetsDemo.zip for the ASP.NET 1.1 version
See AxezzWebGadgetsDemoAspNet20.zip for the ASP.NET 2.0 version
The assembly file AxezzWebGadgets.dll can be found in the bin folder.
The Documention consist of the information found in the Demo application, the Demo application source code and a reference Help file.
Adding the WebControls to the Toolbox in Visual Studio
-
Open a WebForm in Design Mode in Visual Studio.Net.
-
Right click the Visual Studio Toolbox and select Add Tab
-
Name the new Tab "WebGadgets"
-
Select the new Tab
-
Right click inside the new Tab and select Add/Remove Items...
-
Select Browse... and locate the AxezzWebGadgets.dll file.
-
Click OK. The WebControls should now be visible in the ToolBox.
-
You can now drag and drop WebGadgets WebControls from the Toolbox in Visual Studio onto your
page, just like any other WebControl.
Enable WebGadgets in your ASP.NET application
-
Copy the AxezzWebGadgets.dll file to the bin directory of your application. (Visual Studio does this automatically if you drag and
drop the control from the ToolBox into the design surface.)
-
Make sure to add a reference to AxezzWebGadgets.dll in your project. ((Visual Studio does this automatically if you drag and
drop the control from the ToolBox into the design surface.)
-
Read at least the first page of the Help file!
-
Study the Demo pages.
-
For licensed versions, copy the AwgLinkSelector.lic file to the bin folder of the application.
Get the Demo Pages up and running
-
Copy the AxezzWebGadgetsDemo folder to your web server, or to the root of the web on your local machine (typically c:\Inetpub\wwwroot).
-
Create a virtual directory for AxezzWebGadgetsDemo folder.
This can be done using Internet Service Manager, or by right clicking the folder in the File Manager,
selecting Sharing->WebSharing->Share this folder.
|