1. Special attributes in ASP. NET:
Get server computer name: page. server. manchinename
Get user information: page. User
Obtain the client computer name: page. Request. userhostname
Obtain the Client IP Address: page. Request. userhostaddress
2.
ASP. NET mobile framework (AMF) is one of the most common web applications on tablets and smartphones.ProgramBased on jquery mobile (http://jquerymobile.com) Asp.net open source project, the project address is http://amf.codeplex.com/, the latest
Document directory
10.4.3 frame parameter settings
10.4.4 differences between frame and IFRAME
10.4.5 set IFRAME to transparent
The frame page contains three tags: frame, IFRAME, and frameset. Beginners can easily confuse the three. The
Q: Can the control output webpage code conforming to the xhtml1.0 specification?
A: supported by the commercial version. The commercial version provides an XHTML attribute, you only need to set the attribute to XHTML = true, so that the control can
Properties, methods, and events are the interfaces for the control user to interact with the control: including system attributes and custom attributes.
Simple attributes
[Description ("simple attributes")]
[Category ("simple attributes")]
In Asp.net, server events triggered by clients are divided into two situations:1. The buttons in webcontrols and the type in htmlcontrols are the htmlinputbutton of submit.The two buttons finally arrive at the client in the form of , which is the
Before ASP. NET 4.0, there are two methods: Start through the application_start event in global. asax, or define the appinitialize static method in any class in the app_code folder. The method prototype is defined as follows:
public static void
Expressions is a new feature of Asp.net 2.0. It allows you to easily use custom attributes on the Asp.net page.On the ASPX page, you only need to use the $ symbol to access the custom attributes.For example, let's look at an example:The ASPX page is
Since mono3.0 starts ,. net4 is. net4.5 is the default environment. Therefore, after the server is upgraded to mono3, the original ASP. net4 websites may have problems, such as "system. argumentnullexception "errors. To make the original ASP. net4
Some user names and passwords are usually configured in the web. config file in plain text, which increases the risk of the site.
Solutions:
Aspnet_regiis.exe-PE passwordsection/logdb-APP/[applicationname]
Passwordsection/logdb is xmlpath.
31. The read-only file "*****. *****" cannot be accessed.
Solution:
Add the "Everyone/write" permission to the file corresponding to the virtual directory.
32. Request failed due to HTTP status 401: Access Denied solution: on the IIS Information
As you build WSS and ASP. net, you will understand the high-level design goal of WSS, that is, Asp. net Framework adds practical value. WSS in ASP.. NET and adds important practical value to environments such as frequent and continuous creation,
Preface:When learning ASP. net2.0, we found that Microsoft provided several data source controls when operating data.However, each control has its own advantages and disadvantages. For example, it is convenient to use sqldatasource.
However, in our
Recently I used ASP. NET to build a simple public website for my company (the address of this Website: http://superexpert.com /). In this process, we use a large number of free tools. It will be very interesting to summarize the necessary tools for
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.