flyinweb 's BLOG
注册阿里妈妈赚广告费 | 新版本 | 网址导航 |石头频道 | 实用工具 |
日志首页 DotNet专栏 应用开发专栏 数据库专栏 服务器专栏 网络文摘 技术文摘 google推广 网站地图
用户登录
用户:
密码:
 

站点日历
73 2010 - 9 48
   1234
567891011
12131415161718
19202122232425
2627282930

天气状况

站点统计

最新评论

日志搜索

 标题   内容

友情链接

其他信息

BLOG编码
RSS 1.0
RSS 2.0
创作共用协议


[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ... [37]
出错信息:
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------

此集合已经包含方案 http 的地址。此集合中每个方案中最多只能包含一个地址。

阅读全文……
作者:flyinweb | 分类:DotNet专栏 | 评论:0 | 引用:0 | 查看:1553
对不起,本日志为隐藏日志,只有管理员或者作者可以查看!
未知 Dynamically Templated GridView   [ 2008-12-30  |  web ]
Dynamically Templated GridView with Edit, Delete and Insert Options

Introduction 

In many situations we want to bind a fully, in-place operational GridView with a dynamically changing data source. This article shows how GridView can be templated programmatically at run time and how is it possible to do edit, insert and delete operations on it. Although just binding the GridView with some dynamically changing datatsource is a simple and straight job which does not need templated GridView, it cannot facilitate us with the aforementioned operations. To make the GridView simultaneously an operational one, we need to template it dynamically which also requires dynamically generated queries for corresponding operations according to the GridView's data source.

阅读全文……
作者:flyinweb | 分类:DotNet专栏 | 评论:0 | 引用:0 | 查看:897
未知 新ASP.NET图表控件   [ 2008-11-27  |  web ]
原文地址:http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx

微软最近发布了一个很酷的新ASP.NET服务器控件,,可以免费用在ASP.NET 3.5中,促成基于浏览器的丰富图表场景: 
下载免费的微软图表控件 
下载VS 2008对图表控件的工具支持 

阅读全文……
作者:flyinweb | 分类:DotNet专栏 | 评论:0 | 引用:0 | 查看:3186
用 System.DirectoryServices为IIS设置MIME类型
设置IIS MIME类型
[code]using System;
using System.IO;
using System.DirectoryServices;

阅读全文……
作者:flyinweb | 分类:DotNet专栏 | 评论:0 | 引用:0 | 查看:1142
分布式缓存系统Memcached简介与实践 
缘起: 在数据驱动的web开发中,经常要重复从数据库中取出相同的数据,这种重复极大的增加了数据库负载。缓存是解决这个问题的好办法。但是ASP.NET中的虽然已经可以实现对页面局部进行缓存,但还是不够灵活。此时Memcached或许是你想要的。
Memcached是什么?
Memcached是由Danga Interactive开发的,高性能的,分布式的内存对象缓存系统,用于在动态应用中减少数据库负载,提升访问速度。
[b]Memcached能缓存什么?

阅读全文……
作者:flyinweb | 分类:DotNet专栏 | 评论:0 | 引用:0 | 查看:652
ASP.NET MVC
构建不带 Web 窗体的 Web 应用程序
Chris Tavares
本文基于 ASP.NET MVC Framework 的预发布版本撰写而成。文中的详细信息均可能会有所变更。 
本文讨论: 

阅读全文……
作者:flyinweb | 分类:DotNet专栏 | 评论:0 | 引用:0 | 查看:1361
未知 IIS站点主目录重定向   [ 2008-10-20  |  本站原创 ]
IIS站点重定向(WMI)
[code]using System;
using System.Management;

namespace WMITest

阅读全文……
作者:flyinweb | 分类:DotNet专栏 | 评论:0 | 引用:0 | 查看:3576
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ... [37]
广告

闽ICP备05000841