Create a website in ASP.Net with C#
How to make a new website in Asp.net:
Today we are discussing how to start work with
Asp.net. As we know that .net is a framework in which we can create many types
of application.
As like window application,
Console application, Web application etc...
The .net is provides the
facility by which we use 53 languages for developing our own application. ASP.NET is a
development framework for building web pages and web sites.
C#, F#, VB and others
include in these 53 languages. And ASP.NET gives you a choice between two kinds
of web projects: web application projects and web site projects.
Create an ASP.NET Web Forms website with Visual Studio:
We need to select
"ASP.NET Web Site", if it's not already selected. Now we are going to
develop a website in Asp.net framework by using C# programming language for
creating my first web application. We consider the following steps [Here we
describe some steps by these Asp.net steps.
You can easily create a
simple Asp.net web application…………
These steps are following…
Open IDE (Integrated Development Environment).
Go to File menu of _net IDE.
File->>new->>website
File->>new->>website
Select web site in _net IDE with C#.
Give the name website in the bottom of given pop-up menu and then click on
ok button.
The Web Site project is
compiled on the fly. You end up with a lot more DLL files, which can be a pain.
It also gives problems when you have pages or controls in one directory that
need to reference pages and controls in another directory since the other directory
may not be compiled into code yet. Another problem can be in publishing.
Video for Create an ASP.NET First website:
Other Asp.net web Application Related Post:
- Example of session in asp.net
- Session Management.
- Required Field validator.
- Image size before Uploading.
- Cloud Service Introduction
- Cloud Service Provider
- Use captcha in asp.net
- Check box in ASP.NET Grid View
- Show grid view row details in to tool.
- Ajax update panel with drop down list
- Select index change in drop down list
- Archive many selection in drop
- Dynamically create data table and bind
- Templatefield in gridview
- Drop down list by Sql.
- Show grid view row details in to tooltip.
- Bind Gridview Form database.
- Introduction of Asp.net grid view Control.
- Use asp ListView control in asp.net:
- Use Captcha in asp.net Second post
- Add captcha in Asp.net programming
Comments
Post a Comment