- WebForms has the extension of .aspx.
- A web form also has a code behind and designer files. Code behind files has the extention of .aspx.cs or aspx.vb.
- Designer files contains the extension of .aspx.designer.cs or .aspx.designer.vb.
- Code behind files contain the code that user writes, the designer file contain the auto generated code. A webform’s Html can be edited either in source or design mode or split mode.
No comments:
Post a Comment