PS: The two controls use two different notation
PS: This method will prompt that the variable is undefined.
PS: This method works.
Response. Write (strmsg)
%>
Note that the data description can only be tied to the webpage class variable, so the variable must be declared in the webpage class declaration area.
======================================
<HTML>
<Script language = "VB" runat = "server">
PS: This event does not appear in the v s as in VB6, and all events are displayed inCodeAt the top of the area, page_load can be obtained by double-clicking form. What else do I know about the events of this object?
Sub page_init (sender as object, e as eventargs)
Dim strtest as string' announcementProgramClass variables
Strtest = "this is a variable of the program class"
End sub
Sub page_load (sender as object, e as eventargs)
PS: the variable is undefined. Of course, an error will be reported.
Response. Write (strtest) 'The strtest variable is not declared here, that is, the object type.
End sub
</SCRIPT>
</Html>