R
redhair
In a asp.net page (.aspx) below, I'd like to know the in-line code
("<%Output()%> ) will be executed
in which page process lifecycle? thanks.
<Script Language="VB" Runat="Server">
Sub Output()
........
End Sub
</Script>
<form runat=server>
<Asp:ListBox runat=Server ID=user_department rows=1>
</Asp:ListBox>
</form>
<% Output() %>
("<%Output()%> ) will be executed
in which page process lifecycle? thanks.
<Script Language="VB" Runat="Server">
Sub Output()
........
End Sub
</Script>
<form runat=server>
<Asp:ListBox runat=Server ID=user_department rows=1>
</Asp:ListBox>
</form>
<% Output() %>