Learning ASP. NET (3)

Source: Internet
Author: User

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>

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.