ASP. NET learning tips

Source: Internet
Author: User

AutoeventwireupIndicates whether the page events are automatically connected to the network. If event auto-connection is enabledTrueOtherwiseFalse.

Automatic Network connection means that if the autoeventwireup attribute of the page command is set to true (or if this attribute is missing because it is set to true by default), the page framework will automatically call page events, that is, the page_init and page_load methods. In this case, no explicit handles clause or delegation is required.

Mybase: The mybase keyword of VB refers to the base class inherited by the current class.

Address URL Chinese garbled characters:

1. Add in Web. config

2. Add httputility. urlencode such as response. Redirect ("show. aspx? T = "+ httputility. urlencode (" China "); when receiving, use t = httputility. urldecode (request. querystring [" T "]);

Reference control properties in SQL:

String SQL = "select * From tablename ";
If (mytext. Text! = "")
{
SQL + = "where name like '%" + mytext. Text + "% '";
}

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.