Filezed.com

File Extension List

Browse by file type

New Added File Extensions

Recent Technical Articles

What does file extension mean?

4 comment | 5 Feb 2008, Wednesday

ASPX File Extension

Programs That Open .ASPX Files

  • Windows
  • Microsoft Expression Studio
  • Visual Studio .NET
  • Visual Studio 2005
  • Adobe Dreamweaver
  • Linux
  • N/A
  • Apple Mac
  • Adobe Dreamweaver

.ASPX File Description

ASPX is a text file format used to create Webform pages; in programming jargon, the ASPX file typically contains static HTML or XHTML markup, as well as markup defining Web Controls and Web User Controls where the developers place all the required static and dynamic content for the web page. Additionally, dynamic code which runs on the server can be placed in a page within a block <% -- dynamic code -- %> which is similar to other web development technologies such as PHP, JSP, and ASP, but this practice is generally frowned upon by Microsoft except for the purposes of data binding since it requires more calls when rendering the page.

It's recommended by Microsoft for dealing with dynamic program code is to use the code-behind model, which places this code in a separate file or in a specially designated script tag. Code-behind files are typically named something to the effect of MyPage.aspx.cs or MyPage.aspx.vb based on the ASPX file name (this practice is automatic in Microsoft Visual Studio and other IDEs). When using this style of programming, the developer writes code to respond to different events, like the page being loaded, or a control being clicked, rather than a procedural walk through the document.

Other Information For .ASPX File Extension

  • Company:
    Microsoft Corporation.
  • File Type:

    ASP.NET Source File

  • Identifying Characters (Hex):
    N/A
  • Identifying Characters (ASCII):
    N/A
Random File Extensions:  .ISF    .AMS   
View the RSS feed for Filezed.com  
XHTML | CSS | RSS | XML Sitemap | Windows Process Information
Copyright © 2006-2008 Filezed.com. All rights reserved.