|
Are there any prerequisites for installing
WebExtenders for ASP.NET?
You need the .NET runtime Release 1, and Visual
Studio 2002 or above. When installing you must be logged
in as an Administrator.
How do I add a WebExtender component
to my Web Form?
You must be logged in as an Administrator when
you install WebExtenders. After the installation process has completed you
will need to add the WebExtender components to your Toolbox
in Visual Studio.NET using
the following procedure:
1) Open the Visual Studio .NET editor.
2) Right click on the 'General' tab of the Toolbox, and select 'Customise Toolbox...'.
(You may alternatively add it to the Web Forms tab, or create a new tab).
3) Select the '.NET Framework Components' tab of the Customise Toolbox Dialog
and scroll down until you find 'AlertProvider'; check this and click OK. Repeat
the process for ConfirmProvider, MaskProvider and StatusProvider.
You should now be able to drag any of these components from the General Tab
of the Toolbox onto your WebForm's component tray.
|