What is Visual InterDev?
Visual InterDev is an integrated visual development environment designed for developing web applications. Integrated all the tools that write and configure web applications, which provide a public integrated work environment for Microsoft Visual C projects and Microsoft Visuall J projects.
Why use interdev?
Understanding the ideal tool for developing dynamic interactive network applications
Prerequisite the application of Interdev development network applications
1. Web Server (IIS / PWS) support
2. FrontPage Server Extensions Support
3. Support for DNS (Domain Name Service) (optional)
Develop the advantages of network applications with interdev (improve efficiency)
1. Ide and other Microsoft visualization development tools have the same interface and usage, generate framework, context association, debugging, and various wizards, etc.
2. This IDE is a network management tool
3. Powerful and integrated access database and management database tool
4. Support site from the top down design (site chart)
5. Introducing the concept of engineering, supporting the development of group-based
6. And MicrosoftFrontPage network development and management tools are completely compatible
7. Design-Time Active Controls is an important new feature of Visual InterDev
Example 1 creation project
1> Create project homepage
2> Step1 link to Web Server
3> Step2 Define the web app name or link to the existing web application
4> Step3 web layout
5> STEP4 application theme
6> Increase and edit index.htm, demo results
Example 2 Writing an example of a client script
Function button1_onclick () {
WINDOW.Alert ("This Is A Test!");
}
// ->
Script>
HEAD>
p>
Body>
Html>
Example 3 Access to the server-side database
1> Establish a data link in the project
2> Select the data source
3> Define the data link attribute
4> Increase the RecordSet object RECORDSET1 and define its properties
5> Add a Grid object grid1 and set its properties
6> Demo results