Turn from: http://www.cnblogs.com/heize/archive/2008/01/31/1058333.html
The
Infragistics series controls are a very good, powerful control that the company bought in the first few days of the original version of the asp.net. Like more than 800 dollars a set of ... The latest version of the 7.3 ... feels good. Now, do your own projects. But found that there is no Chinese-language tutorials on the internet, there are very few Chinese materials. Write down your own research experience here ...
First install, step by step can be installed. After completion, there are a few instructions for
1. Start after installation-The program's menu has create Visual Studio Toolbox tab. To execute. Generate Infragistics labels in the VS Toolbox. Or even the control can not find oh ... There is also a sample in the menu ... Most of the results can be achieved in the inside ... According to your own needs, you can find in the inside .... There's also a document in the menu. There are ' guides ', ' examples ' of each control. There are APIs and client script APIs ...
2. The installer will generate a runtime resource folder (including pictures, CSS, and so on) under C:/inetpub/wwwroot/aspnet_client/infragistics. So this folder is more important (in case you don't have a appstle) ... It says
3. Then there is a package of DLL files under the installation directory. I'm here C:/Program files/infragistics/netadvantage for. NET 2007 Vol. 3 CLR 2.0/asp.net/bin-si gned this folder. When the Web site is published, extract the RAR file into the bin folder. Otherwise no DLL file how to execute AH.
4. Also comes with a appstylelist of small software, you can set the appearance of space, with this there is no need to learn, set those complex appearance properties. Very convenient. And with this, the folder mentioned in 2 is almost useless ...
5. The first time you drag a control to the page ... Will generate a licenses.licx file in your root directory. Do not delete the oh ...
6. Can be run under the virtual host, see the internet has some articles said to manual IIS virtual path and so on. No need. As long as the relevant documents (Pictures and DLLs) to the relevant appendix to the project can be ...
The preface is so much. Then you'll talk about controls. The functionality, usage, and code-control methods of each control.