01.
ASP.NET: ASM to IL compilerLately we have been swamped with Bill Gate's new .NET vision. Once again even respectable people are crying out that C++ and assembler programmers will become extinct dinosaurs. My reaction to that is...查看完整版>>
ASP.NET: ASM to IL compiler
02.
.NET框架2.0里的aspnet_compiler.exeASP.NET 1.x的开发人员常常听到用户抱怨首次调用应用程序的时候会碰到初始化延迟。毕竟,初次请求会引发一个系列过程,包括运行库初始化、分析、把ASPX页面编译成中间语言、把方法即时编译成本地代码等等。自从A...查看完整版>>
.NET框架2.0里的aspnet_compiler.exe
03.
Export ASP.NET DataGrid To ExcelJohn KilgoMike Dolan Printer Friendly Version Inherits System.ComponentModel.ComponentPublic Shared Sub DataGridToExcel(ByVal dgExport As DataGrid, ByVal response As HttpResponse) 'clean up the re...查看完整版>>
Export ASP.NET DataGrid To Excel
04.
How to Confirm a Delete in an ASP.NET Datagrid...Printer Friendly Version confirm_delete. This simply pops up a confirmation dialog asking the user if he is sure he wants to delete the record. If OK is clicked, the delete happens. If Cancel is click...查看完整版>>
How to Confirm a Delete in an ASP.NET Datagrid...
05.
Upgrading from ASP.NET 1.1 to 2.0Recently I'm working on the stuff that upgrading a ASP.NET 1.1 project to ASP.NET 2.0(of course, I mean visual studio 2005 beta 2). Before starting this stuff, my colleague in U.S and I both think it...查看完整版>>
Upgrading from ASP.NET 1.1 to 2.0
06.
How to Confirm a Delete in an ASP.NET Datagrid... If you are allowing users to delete rows from a datagrid, you may want to give them the chance to confirm the delete first. By: Allowing a user to delete a row from a database table using a Datagrid ...查看完整版>>
How to Confirm a Delete in an ASP.NET Datagrid...
07.
Export ASP.NET DataGrid To ExcelExporting DataGrids to Excel... Ken Walker's article on exporting DataSets to Excel has proved very popular. This article by Mike Dolan presents a different technique for getting a DataGrid rather tha...查看完整版>>
Export ASP.NET DataGrid To Excel
08.
IL系列文章之一:Say Hello to ILIL系列文章之一:Say Hello to IL.net出现这么就了,很多人已经能够熟练的运用C#进行软件开发,也有一些像我这样的人喜欢去研究一下.net的内部运行机制。我这里来谈谈IL(Intermediate Language),虽然我们不太可能...查看完整版>>
IL系列文章之一:Say Hello to IL
09.
IL系列文章之一:Say Hello to ILIL系列文章之一:Say Hello to IL.net出现这么就了,很多人已经能够熟练的运用C#进行软件开发,也有一些像我这样的人喜欢去研究一下.net的内部运行机制。我这里来谈谈IL(Intermediate Language),虽然我们不太可能...查看完整版>>
IL系列文章之一:Say Hello to IL
10.
使用ASP.NET Atlas开发检测密码强度的自定义Behavior作者:Dflying Chen (http://dflying.cnblogs.com/ )本文源于维生素C.net的一篇文章利用数学方法来大大降低一个逻辑判断实现的难度的例子。检测代码来自THIN的检验密码强度的JS类。Atlas中提供了客户端javaScript强...查看完整版>>
使用ASP.NET Atlas开发检测密码强度的自定义Behavior
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。