Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
At ASP.NET course this week
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00678785
Message ID:
00679695
Vues:
17
>Hey folks. I'm at a ASP.NET course for the week. The course is based on http://www.microsoft.com/TRAINCERT/SYLLABI/2310AFINAL.ASP
>
>Cool stuff so far.

Day2 Blog:

Solution file are saved by default to My Documents\Visual Studio
Project files are saved by default to wwroot
Not all code behind files are displayed by default, click "show all files" on the solution explorer toolbar.
HTML controls and web form controls, though they look the same have different properties and methods.
The calendar control has an autoformat link that gives it a nice look.
When selecting controls on a webform (in the design environment) by dragging, you must be sure to drag over the entire control otherwise it won't be selected.
Page_init fires before the page_load event. In page_init you can't access controls but you can add new ones at this point programmatically.
Page_int fire once when the page is created, but page_load fires every time the page is loaded (or refreshed)
The VS.NET IDE completes IFs, loops, methods and modules for you. When you define a property, the get and set methods are added.
When you are in trace mode, change to flow layout otherwise the trace results will appear behind your controls.
Trace on the page level overrides the global trace setting in web.config
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform