|
kawan2.. nak tanya mcm mana nak RUN file .aspx... tiap kali aku nak bukak.. dia open in notepad.. |
|
|
|
|
|
|
|
ASPX is a text file format used to create web-form pages; in programming jargon, the ASPX file typically contains only static HTML or XHTML code where the developer places all the required form fields and text content for the web page. Dynamic code which runs on the server can be placed in an HTML page with a block <% -- dynamic code -- %> which is similar to other web development technologies such as PHP and JSP, but this practice is generally discouraged.
The recommended method for dealing with dynamic program code is to use the code-behind model, which places this code in a seperate file. Depending on the language being used, the code-behind file will be named something to the effect of MyPage.aspx.cs or MyPage.aspx.vb. 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. |
|
|
|
|
|
|
|
ASPX tu salah satu jenis file extension untuk web ie. .htm, .cfm, etc.
Dia default bukak kat notepad sebab takde file association.ko tukar jer extension dia dari .aspx ke.htm. Then bukak kat browser. Tapi cara tu dia mungkin lari sket layout/display. |
|
|
|
|
|
|
| |
|