上一页 1 ··· 34 35 36 37 38

2009年11月25日

web developer tips (67):ASP.net MVC的快捷键列表

摘要: 原文地址: Did you know the list of ASP.Net shortcuts? 1、添加 Controller -Ctrl-M Ctrl-C 添加示例Controller的对话框,可以很迅速为Asp.net MVC 应用添加controllers 。右键单击“Controllers'”或者按快捷键Ctrl-M Ctrl-C可以打开这个对话框。 http... 阅读全文

posted @ 2009-11-25 08:53 xjb 阅读(366) 评论(0) 推荐(0)

2009年11月24日

对Google chrome OS 有点失望

摘要: 昨天在花了一点时间在虚拟机virtualbox装了一下Google Chrome OS,装完后用了一下,有些失望。 http://www.watch-life.net/googleapp/google-chrome-os-a-bit-disappointed.html 1、Google Chrome OS = Linux+ Google Chrome 浏览器 ? 操作系统就是个托,其实本质还是Ch... 阅读全文

posted @ 2009-11-24 08:14 xjb 阅读(3309) 评论(0) 推荐(0)

2009年11月20日

web developer tips (66):输入属性时自动插入引号

摘要: 原文地址:how to insert quotes values automatically while typing the attrib values? 如果你想在添加属性(attribute )值时自动添加引号,这是很一个很好的节省时间的方法。设置方法如下: http://www.watch-life.net/visual-studio/insert-quotes-values-automa... 阅读全文

posted @ 2009-11-20 08:44 xjb 阅读(435) 评论(0) 推荐(0)

2009年11月19日

web developer tips (65): 快速创建一个挂接SQL表的GridView

摘要: 原文链接:How to quickly create a GridView that is hooked up to a SQL table? 通常,在一个页面的GridView绑定数据,是添加一个数据源,再通过一个向导挂接到数据源。这里介绍一个更快捷的方法来创建和挂接到数据源的GridView。 http://www.watch-life.net/visual-studio/quickly-cr... 阅读全文

posted @ 2009-11-19 09:16 xjb 阅读(285) 评论(0) 推荐(0)

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 阅读(864) 评论(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 阅读(364) 评论(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 阅读(596) 评论(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 阅读(556) 评论(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 阅读(475) 评论(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 阅读(350) 评论(0) 推荐(0)

上一页 1 ··· 34 35 36 37 38

导航