CODE ENVIRONMENT IN MVS
TWO TYPES OF CODE ENVIRONMENT:
1.FORM BASE(Tool's (DESIGN))
2.CODE BASE(code event (store data in DB))
1.FORM BASE
.aspx is the category of formbase:-
.aspx.cs
Form base file created by user.
2.CODE BASE
.aspx.vb is the category of code base
Code base file is automatically created.