Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:programming:hello_world_examples [2006/12/30 19:41] – billh | docs:programming:hello_world_examples [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 22: | Line 22: | ||
printMyString(); | printMyString(); | ||
?> | ?> | ||
+ | </ | ||
+ | |||
+ | ===== ASP.NET ===== | ||
+ | <code asp> | ||
+ | < | ||
+ | " | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <script runat=" | ||
+ | Sub Page_Load(sender As Object, e As EventArgs) | ||
+ | timeLabel.Text = DateTime.Now.ToString() | ||
+ | End Sub | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
</ | </ | ||