由于客户端 Validation 触发在 Button 的事件之前,所以如果在事件里定义转向的话,会被 Val… 继续阅读在带有 Validator 对象的页面进行 Response.Redirect 转向
分类: C# and .NET
Redirection in a Page with Validation Objects
I’ve been up to a new C# with ASP.NET project lately, a… 继续阅读Redirection in a Page with Validation Objects
Displaying DateTime Object as Desired
DateTime is a common type we deal with frequently in th… 继续阅读Displaying DateTime Object as Desired
Remove Duplicate Records in a DataTable the Easy Way
The Merge method of DataTable class is convenient for c… 继续阅读Remove Duplicate Records in a DataTable the Easy Way
Dynamic Tree Construction according to User Role and Page
In the developing environment of C# and .NET, dynamic d… 继续阅读Dynamic Tree Construction according to User Role and Page
DataFormatString in GridView
I’ve been working on an ASP.NET project lately, which m… 继续阅读DataFormatString in GridView