Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Load not firing
Message
 
To
17/03/2004 14:04:55
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00887196
Message ID:
00887213
Views:
7
>Hello,
>I have an application that opens a form, but when the form is opened Form Load is not fired. Why would this be?
>
>Thanks!
>
>MAC

Give an example of your code.

For kicks I played around with the HTML and Code Behind Load events some time ago.

For HTML:
Sub Page_Load (sender As Object, e as EventArgs)
      response.write (" Page Load from HTML ")
End Sub
Code Behind
Private Sub_Page_Load (ByVal sender As System.Object, ByVal e as System.Event.Args) Handles MyBase.Load)
      response.write (" Page Load from Code Behind ")
End Sub
And the winner is: Code Behind!
Previous
Reply
Map
View

Click here to load this message in the networking platform