Application Development
Application Development
² How to create web application in dotnet framework?
Ø We have to selected Asp.net web
application (.netframework)
Ø Dot net Enviroment:-
1. Solution explores.:- All resources are
available in it
2. Property window . respresents all
attributes (height ,width ,color)
3. Tool box. :- All types of
tool(button,textbox,etc).
4 .Server Explores:- work on data
bassed.
1. The first page of the dot net should
always be (Default.aspx)aspx full
formactive serverpage extendibility.
Extenstion:-
a. .aspx
b. .cs
c. .css
d. . js
e. .html/.htm
f. .master
g. . asx
h. .config
Ø How to created Web Form
1. Go to solution explores -> Rightclick
on root folder-> then see ADD option -
>select ADD-> then add new item.
Ø Dot net area.
1. Desgin area:- aspx page
2. Sources area :-automatic created
(html)
3. Code area .cs(C# code).
IN dotnet framework text is the
comom properties of all control.
Ø How to work on design And work
on code location
Comments
Post a Comment