Reference http://msdn.microsoft.com/msdnmag/issues/05/01/ASPNETPerformance/
To become an excellent ASP. NET developer, remember these 101. Return multiple resultsetsYou can return multiple query results when accessing the database at a time.2.
Some information about ASP. NET 2.0 membership and single sign-on is collected.
ArticleAll are in English.
ASP. NET 2.0: Implementing Single Sign On (SSO) with membership API (* Open in new window)It is relatively simple to write, but provides
Just a few moments ago we posted new information and guidance related to the reported ASP. NET security vulnerability. This includes des several pieces.
1) We updatedHttp://www.microsoft.com/security/incident/aspnet.mspxWith new information about
ASP. NET forums2 localization work record 0831By venjiang
Contents
1. add a page Jump (venjiang) √ 2 2. modify the explanation of Chinese pagination (venjiang) √ 4 3. fixed the issue where the Unlogged user logs on when browsing the posts. The
[Problem description]
A good friend's company wants him to handle such a business: He constantly uploads files to the server through an asp program on the Intranet (only the server address is known, but the database storage address and type are
1. ASP. net ajax 1.0 official version is coming soon. The changes between the released version and RC are as follows:
L performance and scalability improvements in shared host scenarios
L The ScriptManager and ScriptResource processors are patched
1. Page Cache
To implement the page output cache, you only need to add an OutputCache command to the page.
CacheProfile
Defines the name of the cache settings associated with this page. Is an optional attribute. The default value is null (""). Note
The process is simple:
First, set the start printing and end printing mark on the asp.net page. To ensure that the mark is not displayed when the web page is browsed, we use ". For example: and .
Next, write the relevant JavaScript code. For the
Under MVC:
Background code:
Copy codeThe Code is as follows: public ActionResult sys (string page)
{
If (page = null)
{
String SQL = "select top 15 * from dingdinfo ORDER BY dingdh desc ";
ViewData ["ds"] = dr. resultSet (SQL, "dingdinfo ");
}
If (
I recently saw a misunderstanding of asp.net web form on the Internet. There are also a lot of discussions, So Microsoft ScottGu can also clarify. Asp.net mvc and web form are two parallel development modes. Many people criticize the web form a lot.
Suppose you have understood the Data Binding Mechanism of ASP. NET Eval 1.1 (especially the local variable Container). Here we mainly analyze the improvements made by ASP. NET Eval 2.0 data binding.
The data binding function Eval () of ASP. NET Eval
Let's take a look at the detailed parameters of Replace.
DescriptionReturn string, where a specified number of substrings is replaced with another substring.SyntaxReplace (expression, find, replacewith [, compare [, count [, start])
The syntax of
First, I know the role of the Split function is to Split a string into a String Array Based on the specified delimiter.
This Split is defined in ASP as dim Split (byval source as string, byval str as string) as string ()Source is the source string,
For customServerControl Implementation events are a complicated process. Developers not only need to capture the return event according to the method described in the previous article, but also sometimes need to participate in the return data
After receiving a new http request, IIS will eventually call asp.net _ isapi. dll ISAPI extension (especially in the IIS6.0 environment, the iis7.0 application pool defaults to the integration mode, which is relatively changed), and then passed to
Some time ago, to write a user department management page, you need to implement the English-Chinese search function for the user data obtained in the background.
At the same time, after selecting an option, You Need To trigger the event to
Asp.net: When uploading multiple files, use the File control of the html control to add [enctype = "multipart/form-data"] to form "].
Up3.aspx File Code
Copy codeThe Code is as follows:
BorderWidth = "1px" Height = "20px" Width = "60
Today, I received a new requirement to display the data in the Excel sheet on the page.
In my personal analysis, I first need to save the data in Excel to the database, and then display it on the page. I am a newbie, and I have never read Excel data
The most important thing to learn about ASP is to master the six built-in ASP objects. In fact, we have learned about the Response object and the Write method, Redirect method, and Expires attributes that are most commonly used in the Response
1. Brief Introduction to HttpClientI vaguely remember that at that time, I used WebClient and HttpWebRequest to send a request. Now ASP. NET MVC4 comes with a class HttpClient, which is used to receive HttpResponseMessage and send
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.