上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 342 下一页
摘要: 每个函数都可以将表达式 (表达式:算术或逻辑运算符、常数、函数和字段名称、控件和属性的任意组合,计算结果为单个值。表达式可执行计算、操作字符或测试数据。)强制转换为特定 的数据类型 (数据类型:决定字段可拥有的数据类型的字段特征。数据类型包括 Boolean、Integer、Long、Currency、Single、Double、Date、String 和 Variant(默认)。)。 语法 ... 阅读全文
posted @ 2009-07-20 23:19 emanlee 阅读(1670) 评论(0) 推荐(0)
摘要: Solution 1: 不想用绑定的话,自已写一个实现Value和Text属性的类,然后重写ToString()方法,并返回和Text属性一样的值,然后把这个类的实际Add到ComboBox.Items中,取值时再转换一下类型.     当你往ComboxBox的Item中扔一个任意object时,显示出的内容就是这个object的ToString()方法.所以必须... 阅读全文
posted @ 2009-07-20 21:42 emanlee 阅读(16547) 评论(0) 推荐(0)
摘要: Windows Form Data Validation   http://www.codeproject.com/KB/validation/validationprovider.aspx (Great: Validators for Windows Forms - ValidationProvider Control , Score: 4.4/5)   http:/... 阅读全文
posted @ 2009-07-20 10:06 emanlee 阅读(681) 评论(0) 推荐(0)
摘要: We've noticed some changes and one of it is the "page size" control(dropdownlist) appears in the footer of the RadGrid if the pagerstyle mode is set to "NextPrevAndNumeric". Is the... 阅读全文
posted @ 2009-07-17 17:44 emanlee 阅读(1063) 评论(0) 推荐(0)
摘要: 下面的 JavaScript 函数为开发人员提供了他们所需要的所有功能: • concat() – 将两个或多个字符的文本组合起来,返回一个新的字符串。 • indexOf() – 返回字符串中一个子串第一处出现的索引。如果没有匹配项,返回 -1 。 • charAt() – 返回指定位置的字符。 阅读全文
posted @ 2009-07-17 12:09 emanlee 阅读(2809) 评论(0) 推荐(0)
摘要: ChooseSourceDatabase选择数据库MappingFileMapping文件位置(会根据output目录自动更改,不需要设置)OutputDirectory文件输出目录RootNameSpace根节点的命名空间Filter by Individual Objects - OptionalEnumTables枚举表,表中的所有数据都会被用作枚举类型,要求:第一列为主键,第二列为唯一键,... 阅读全文
posted @ 2009-07-16 21:41 emanlee 阅读(288) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/iCaca/archive/2007/06/28/799429.html   IDE:Visual Studio 2005 + Resharper.3.1 语言:Asp.net ,C# 单元测试:NUnit 网页测试:VSTS 框架及代码生成:.netTiers v2.2.0.596 日志:entLib 3.1 web控件:Tele... 阅读全文
posted @ 2009-07-16 21:15 emanlee 阅读(447) 评论(0) 推荐(0)
摘要: 为 ajaxToolkit:AutoCompleteExtender 传递3个参数: string prefixText, int count, string contextKey 。IntroductionThis article explains the concept of the Ajax AutoComplete Textbox to fetch data from the database with additional parameter.A Textbox can be integrated with the Ajax AutoComplete Extender to perf 阅读全文
posted @ 2009-07-16 18:23 emanlee 阅读(863) 评论(0) 推荐(0)
摘要: Change the back color of the expanded row and the collapsed rows.   protected void RadGrid1_ItemCommand(object source, Telerik.Web.UI.GridCommandEventArgs e)     {   &... 阅读全文
posted @ 2009-07-16 13:06 emanlee 阅读(1219) 评论(0) 推荐(0)
摘要: What I wanted to do is using the autocomplete, search a receiver table, once a user selected a particular item in the autocomplete, the ReceiverID of the particular item is then somehow passed through to the code behind, and this ReceiverID is then used to display the receiver details in a panel bel 阅读全文
posted @ 2009-07-16 13:05 emanlee 阅读(1034) 评论(0) 推荐(0)
上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 342 下一页