Some userful info about work (. net c # Asp.net)

Source: Internet
Author: User

http://www.cnblogs.com/William_Fire/archive/2004/06/22/17682.aspx touch state window
http://blog.joycode.com/mmkk/archive/2004/05/20/22038.aspx touch state window
http://www.cnblogs.com/voodgen/archive/2004/12/13/76277.html DataGrid techniques big collection (reproduced)
http://dev.csdn.net/develop/article/16/16311.shtm dataset export CSV format (Asp. net, C #)
the http://dev.csdn.net/develop/article/16/article/18/18043.shtm uses scripts to solve ASP. NET page refresh problem
http://dev.csdn.net/develop/article/24/24441.shtm XP style drag column, sortable, changeable width DataGrid

//
// clear the cache of the browser client
//
Public static void clearclientpagecache ()
{
httpcontext. current. response. buffer = true;
httpcontext. current. response. expires = 0;
httpcontext. current. response. expiresabsolute = datetime. now. adddays (-1);
httpcontext. current. response. addheader ("Pragma", "No-Cache");
httpcontext. current. response. addheader ("cache-control", "private");
httpcontext. current. response. cachecontrol = "no-Cache ";

}< br>
/////////////////////////// /// //
the http://www.cnblogs.com/smilnet/archive/2004/07/17/25150.aspx uses JavaScript to implement DataGrid checkbox similar to Hotmail full selection

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.