Use C # Builder to create a simple asp.net application

Source: Internet
Author: User
Tags html page

General website construction usually requires developers to do the backstage program design, the front has a professional art to do the interface. Although sometimes developers do some interface design, but often do not meet the professional requirements. In the previous ASP, because the Code and HTML page language mixed together, this makes the website construction becomes quite difficult. But in the asp.net, this situation has completely changed. The following is a simple ASP.net application created with C # Builder.

Open C # Builder, select File>new>other ... menu item, you will see the following window:

We choose C # ASP Projects and you will see that there are 3 options on the right. We chose ASP.net Web application to start creating our first ASP.net application. The C # Builder automatically creates a virtual directory under the Wwwroot directory where the Web program is located, called WebApplication1, where you can take a different name from the program's function. When you turn on IIS, you will find a virtual directory named WebApplication1, and if not created automatically, create a virtual directory yourself with IIS.

You'll see the C # Builder automatically help you build a Web page called WebForm1. Here, put a label and a button. (Note: HTML label and HTML Button), as shown in figure:

Press F9 to run the program and you will see a simple asp.net Web page for you. Is it simple?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.