Load Page is not an event within the page life cycle, it is simply a method you have created.
Try this:
Sub Page_Load(Sender as Object, E as EventArgs)
Response.write ("First ASP.Net Line <br />")
Response.Write ("Second ASP.NET Line <br />")
Response.Write ("Third ASP.NET Line <br />")
End Sub
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========