摘要: ChooseSourceDatabase选择数据库MappingFileMapping文件位置(会根据output目录自动更改,不需要设置)OutputDirectory文件输出目录RootNameSpace根节点的命名空间Filter by Individual Objects - OptionalEnumTables枚举表,表中的所有数据都会被用作枚举类型,要求:第一列为主键,第二列为唯一键,... 阅读全文
posted @ 2009-07-16 21:41 emanlee 阅读(278) 评论(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 阅读(430) 评论(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 阅读(849) 评论(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 阅读(1199) 评论(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 阅读(1020) 评论(0) 推荐(0) 编辑
摘要: ================================= ASPX - like HierarchyExpandCollapseOnDoubleClick_WebUI.ziphttp://www.telerik.com/community/code-library/aspnet-ajax/grid/expand-collapse-hierarchy-with-ajax-request-o... 阅读全文
posted @ 2009-07-16 13:05 emanlee 阅读(3513) 评论(0) 推荐(0) 编辑
摘要: 操作RadGrid1并且有PostBack时,如果RadAjaxLoadingPanel1不出现,要检查以下设置是否正确: <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">         &#... 阅读全文
posted @ 2009-07-16 13:04 emanlee 阅读(548) 评论(0) 推荐(0) 编辑