上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页

2009年11月18日

web developer tips (64): 在GridView中转换BoundField为TemplateField

摘要: 原文地址:How to convert a GridView column from asp:BoundField to asp:TemplateField in Design View 假定你有个数据源SqlDataSource1 ,绑定了一个简单的查询语句,返回Customers表的详细信息。 http://www.watch-life.net/visual-studio/convert-a-... 阅读全文

posted @ 2009-11-18 08:33 xjb 阅读(837) 评论(0) 推荐(0) 编辑

2009年11月17日

web developer tips (63): 在web应用项目指定vs开发服务器端口

摘要: 原文地址:How to specify a fixed port for Visual Studio Development Server while using WAPs? 在web developer tips (21)讲述在网站项目中为 Visual Studio 开发服务器 (Development Server) 设置固定的端口。本tips将讲述如何为web应用项目配置固定的发布端口(p... 阅读全文

posted @ 2009-11-17 08:23 xjb 阅读(328) 评论(0) 推荐(0) 编辑

2009年11月16日

web developer tips (62):在vs工具箱添加AJAX控件工具包

摘要: 原文地址:How to add Ajax Control Toolkit to the toolbox 添加 Framework 3.5 SP1 版本 AJAX控件工具包(Ajax Control Toolkit) 下面的步骤在ASP.NET 3.5 中,为Visual Studio 2008 SP1的工具箱添加AJAX控件工具包。 http://www.watch-life.net/visual... 阅读全文

posted @ 2009-11-16 09:27 xjb 阅读(559) 评论(0) 推荐(0) 编辑

2009年11月10日

web developer tips (61):如何创建Asp.net Dynamic Data网站

摘要: 原文地址:How to create an ASP.Net Dynamic Data Web Site 如果你的网站是大量数据来驱动的,那么,这里有个很简单而快速的方法来构建一个网站。条件是需要安装Visual Studio 2008 SP1 或者 Visual Web Developer 2008 Express SP1 Dynamic Data(动态数据) 网站利用的是被称为“脚手... 阅读全文

posted @ 2009-11-10 09:22 xjb 阅读(517) 评论(0) 推荐(0) 编辑

2009年11月6日

web developer tips (60):如何对ASP.Net网站进行性能分析

摘要: 原文地址:How to Profile an ASP.Net site? 1、使用Visual Studio Team Edition For Developers 创建一个Asp.netweb应用程序。 http://www.watch-life.net/visual-studio/profiling-an-asp-net-site.html 2、在Page_Load方法里写如下代码 pro... 阅读全文

posted @ 2009-11-06 09:14 xjb 阅读(444) 评论(0) 推荐(0) 编辑

2009年11月5日

web developer tips (59):粘贴时在VS中自动格式化HTML

摘要: 原文地址:How you can automatically format unformatted HTML on paste in VS 你需要复制/粘贴大量未格式化的HTML内容到网页表单,在粘贴后总是需要格式化这些HTML,有个简单的方法可以在vs里在粘贴的时候自动格式化HTML。如何做到这一点呢? http://www.watch-life.net/visual-studio/how-yo... 阅读全文

posted @ 2009-11-05 09:29 xjb 阅读(330) 评论(0) 推荐(0) 编辑

2009年11月3日

web developer tips (58):在vs里导入导出每一个HTML的标记

摘要: 原文地址:How you can import/ export HTML Per Tag options in VS 如果你自定义了很多单个标签(tag),同时想导入/导出这些设置,你可以通过菜单:工具+导入导出设置 ,打开导入/导出对话框,很容易实现这一功能。 http://www.watch-life.net/visual-studio/import-export-html-per-tag-o... 阅读全文

posted @ 2009-11-03 09:18 xjb 阅读(300) 评论(0) 推荐(0) 编辑

2009年10月30日

web developer tips (57):通过web界面管理web站点配置

摘要: 原文地址:How to manage web site configuration through a web interface 网站管理工具(Web Site Administration Tool)为你提供一个web界面来管理不同的Web站点的配置. http://www.watch-life.net/visual-studio/manage-web-site-configuration-t... 阅读全文

posted @ 2009-10-30 10:47 xjb 阅读(260) 评论(0) 推荐(0) 编辑

2009年10月29日

web developer tips (56):手动更新JScript的智能感知

摘要: 原文地址:How to update JScript Intellisense manually 你喜欢JScript的职能感知(Intellisens)功能,但是有时候你期待在JScript的职能感知里看到变量或方法,却发现无法看到,也许是没有更新,你可以简单的尝试用“更新智能感知”的命令,在调用智能感知以前,手动更新,而不是关闭文件或其他变通的方法。 http://ww... 阅读全文

posted @ 2009-10-29 09:34 xjb 阅读(301) 评论(0) 推荐(0) 编辑

web developer tips (55):多项目解决方案中设置启动项

摘要: 原文地址:How to change Start-Up Options and Instances of ASP.Net Development Server in a Multi-project Solution 如果在你的解决方案里有多个项目,可以通过如下解决方案的属性来设置启动项。右键单击解决方案,选择“属性”,打开如下对话框 如果在解决方案里有一个以上的web项目... 阅读全文

posted @ 2009-10-29 09:23 xjb 阅读(630) 评论(1) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 28 下一页

导航