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