- 博客(27)
- 收藏
- 关注
转载 我开始用Linux了
我要抛弃windows,改投Linux了。[@more@]用了很多年的盗版windows,开发过c/s,B/S程序,用过asp,jsp,asp.net,powerbuilder,vb,c等。但是觉得自己只会IDE开发,对编程的底...
2008-03-16 15:10:13 129
转载 asp.net中引入外部js文件的中文乱码问题
asp.netasp.net中引入外部js文件,容易产生中文乱码,讨论解决方法。[@more@]在asp.net中时常需要调用js代码,如果js写在asp.net中,一般是不会出现乱码的问题。因为他们具有相同的编码。如果需要引用...
2007-11-02 11:19:18 209
转载 Globalization issues in ASP and ASP.NET
IntroductionWelcome! This is Sukesh Khare with the Microsoft ASP.NET Developer Support team. This is the first tim...
2007-11-01 21:44:08 262
转载 Asp.net中与codePage="936"有关的css失效等奇怪问题的解决办法
Asp.net中与codePage="936"有关的css失效等奇怪问题的解决办法时间:2007-05-03 阅读:80 类型:转载 编辑:陈姐 关键字:Asp.net codePage= 936 css [@more@]最...
2007-11-01 21:20:56 125
转载 fckeditor.asp导致Js的alert的中文乱码问题
fckeditor.asp导致Js的alert的中文乱码问题作者:西城百慕 日期:2007-07-15[@more@]刚才在做文章发布的时候遇到一个很奇怪的错误,之前自己定义了一个程序输出javascript的alert弹出提示...
2007-11-01 20:48:44 108
转载 Advanced Selectors(CSS)
by Ross ShannonSelectors are the way you reference the parts of your HTML documents with the styles you want to ha...
2007-10-26 23:30:57 244
转载 An Extensive Examination of Data Structures
Scott Mitchell4GuysFromRolla.comOctober 2003Summary: This article kicks off a six-part series that focuses on impo...
2007-09-25 16:21:06 350
转载 Custom Paging in ASP.NET 2.0 with SQL Server 2005
IntroductionA common pattern in web development is providing paged access to data. Rather than displaying the enti...
2007-09-23 14:58:04 109
转载 Returning Ranked Results with Microsoft SQL Server 2005
IntroductionIn early November 2005, Microsoft launched three new product lines: Visual Studio 2005, SQL Server 200...
2007-09-23 14:53:54 142
转载 Retrieving the First N Records from a SQL Query
IntroductionThere are often times when retrieving results from a database that you only are interested in displayi...
2007-09-23 14:51:07 137
转载 A More Efficient Method for Paging Through Large Result Sets
IntroductionIt is amazing the amount of cycles, hardware and brain ware, go into paging results efficiently. Recen...
2007-09-23 14:45:58 92
转载 ObjectDataSource.DeleteMethod 属性
注意:此属性在 .NET Framework 2.0 版中是新增的。 获取或设置由 ObjectDataSource 控件调用以删除数据的方法或函数的名称。 命名空间:System.Web.UI.WebControls程序集:S...
2007-09-16 11:30:25 157
转载 Declaring Data SourcesThe Control
Although much of the content of Web pages comes from fixed text and HTML and from output produced from user inputs...
2007-09-15 21:20:59 100
转载 DropDownList in a FormView Control
Another in an apparently relentless series of posts about trying to see how much can be done with the new data con...
2007-09-15 21:14:13 115
转载 ASP.NET 2.0 本地化技术之研究(2)
1.这只是单个页面的切换,如何做整个站点的切换呢?( hjh )2.关于如何将资源直接显示……既然控件能够将嵌入dll的资源直接显示,不知道网站能否也将嵌入资源直接调用WebResource显示呢?(Cat Chen )由于不是...
2007-09-12 21:10:56 88
转载 The difference between literal and label.
this article introduces the difference between literal control and label control in asp.net 2.0[@more@]Label The L...
2007-09-11 12:07:39 92
转载 Asp.net数据绑定表达式语法
使用数据绑定语法,可以将控件属性值绑定到数据,并指定值以对数据进行检索、更新、删除和插入操作。[@more@]数据绑定语法数据绑定表达式包含在 和 %> 分隔符之内,并使用 Eval 和 Bind 函数。Eval 函数用...
2007-09-06 22:54:27 263
转载 Paging Records Using SQL Server 2005 Database - ROW_NUMBER Function
Introduce how to Paging Records using Sql server 2005 's Row_Number() Function.by David Hayden ( Sarasota Web Desi...
2007-09-06 21:04:06 101
转载 Enterprise Library 3.0 (3) Validation Application Block与ASP.NET集成
摘要:也许大家都已经习惯了使用ASP.NET中的验证控件进行数据有效性的验证,但是验证控件的验证无法与我们的自定义的实体类结合起来,两者属于不同层面的验证。在Enterprise Library 3.0中有了Validation...
2007-09-03 11:58:04 88
转载 Enterprise Library 3.0 (2) 配置文件设置Validation Application Block
摘要:Enterprise Library 3.0 January 2007 CTP版发布了,这次发布的版对于Validation Application Block有了很大的改进,包括对配置工具的支持,与ASP.NET以及Wi...
2007-09-03 11:53:47 77
转载 Enterprise Library 3.0 (2) Validation Application Block
摘要:在Enterprise Library 3.0 December 2006 CTP版中,加入了一个新的成员Validation Application Block,用来实现对业务对象的验证。它支持两种方式的验证,通过特性A...
2007-09-03 11:50:28 81
转载 Enterprise Library 3.0 (1)
摘要:在圣诞节来临之前,微软模式与实践小组发布了Enterprise Library 3.0 2006 December CTP版本,本文简单的介绍一下Enterprise Library 3.0集成到VS2005的配置工具和对...
2007-09-03 11:46:00 96
转载 访问修饰符(C# 编程指南)
可以限制类和结构,以便只有声明它们的程序或命名空间才能使用它们。可以限制类成员,以便只有派生类才能使用它们,或者限制类成员,以便只有当前命名空间或程序中的类才能使用它们。访问修饰符是添加到类、结构或成员声明的关键字,用以指定这些...
2007-08-31 22:50:07 78
转载 Data Access Application Block for .NET
摘要:数据访问应用程序块 (Data Access Application Block) 是一个 .NET 组件,它包含经过优化的数据访问代码,可以帮助用户调用存储过程以及向 SQL Server 数据库发出 SQL 文本命令。...
2007-08-31 22:09:48 77
转载 innerHTML,outerHTML,innerText,outerText
innerHTML获取标签内的HTMLouterHTML获取标签及标签内的HTMLinnerTEXT和outerTEXT都是获取标签内的文本,相同。[@more@]This is a DIV!结果:innerHTML:outer...
2007-08-31 17:32:53 68
转载 Uploading Files Using the File Field Control
Learn how to use the Microsoft ASP.NET File Field control to allow your end-users to upload one or more files to y...
2007-08-28 23:59:45 102
转载 GUID值作为数据库标识符
GUID(Global unique identifier)全局唯一标识符,它是由网卡上的标识数字(每个网卡都有唯一的标识号)以及 CPU 时钟的唯一数字生成的的一个 16 字节的二进制值。GUID 的格式为“xxxxxxxx-...
2007-08-10 22:39:07 121
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人