Highstakes / mærkelig fil

#1| 0

Prøvede lige at gå ind på www.highstakesdb.com.

Siden vil så have mig til at åbne/gemme en ASPX-fil.

Nogen som aner, hvad det er??

24-06-2007 16:39 #2| 0

GOOGLE OG WIKI ER DINE VENNER!!

ASPX file format

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.

The method 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.

fazz

24-06-2007 16:40 #3| 0

Nej nej FAzz, det er da meget smartere at poste på et forum end at bruge noget nær 20 sekunder på det selv.

Mickey

24-06-2007 16:42 #4| 0

Uanset hvad takker jeg for svaret...

24-06-2007 17:24 #5| 0

jfgi

← Gå til forumoversigtenGå til toppen ↑
Skriv et svar