Date parsed: 06/10/2007 00:12:13
Date: Fri, 5 Oct 2007 23:12:13 +0100
<tomisarobot@gmail.com> wrote in message
news:1191620954.315365.308450@g4g2000hsf.googlegroups.com...
> page load runs every time assuming nothing is broken.
Correct, though any code inside Page_Load (and all the other Page_xxx
methods) can be prevented from running at postback by using the IsPostBack
page method...
> separating code from the ASP/HTML presentation is considered better
> organization, which is why you should use your code behind file.
Not true at all. Inline code or code-behind is simply a matter of personal
perference - it makes not the slightest difference to functionality, or to
the compiler...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net