rss 
Asp.net
We get a number of posts and requests on how to make a page scroll to the position of a control deep down on the page that issued a postback.  
As we all know, SmartNavigation is not always appropriate.  Here is a very eas
(2005-05-30,423) [查看全文]
衡量Web性能的方法
(2005-04-12,1221) [查看全文]
引言 作为一个.NET程序员,我们知道托管代码的内存管理是自动的。.NET可以保证我们的托管程序在结束时全部释放,这为我们编程人员省去了不少麻烦,我们可以连想都不想怎么去管理内存,反正.NET自己会保证一切。好吧,有道理,有一定的道理。问题是,当我们用到非托管资源时.NET就不能自动管理了。这是因为非托管代码不受CLR(Common Language Runtime
(2005-04-12,876) [查看全文]
编写者:郑昀@Ultrapower 20050406
其实微软有一篇《异步 HttpWebRequest、接口实现及其他》对此种现象解释得非常清楚,我这边只是做一个笔记。
最常见的就是使用HttpWebRequest的时候,调用Send方法出现这种错误,这是因为:
因为dotNET的ThreadPool中提供了25个自由线程/CPU(可以在machine.config中修改此数字限制),所以一旦都被占用了,就会报告
(2005-04-12,657) [查看全文]
原文链接:ViewState: All You Wanted to Know
作者:Paul Wilson
(2005-04-01,1200) [查看全文]
1、“.”为通配符,表示任何一个字符,例如:“a.c”可以匹配“anc”、“abc”、“acc”;
2、“[]”,在[]内可以指定要求匹配的字符,例如:“a[nbc]c”可以匹配“anc”、“abc”、“acc”
;但不可以匹配“ancc”,a到z可以写成[a-z],0到9可以写成[0-9];
3、数量限定符号,表示匹配次数(或者叫做长度)的符号
(2005-03-10,1149) [查看全文]
  如果在网址中输入如下的内容,你说会怎么?
      http://localhost/test/test.exe
  “会进行下载!”,一些网友脱口而出。
  下载是不错,但现在我要给大家说的是一种新的下载:它不是我们“下载软件”的那种,而是作为一个网页下载!
(2005-03-09,974) [查看全文]
I wanted to make a quick way to make every page of our new sites smaller. I was thinking we'll have to start formatting all of our HTML but that would make it nearly unreadable for us to develop with and then I remembered the Filter property of th
(2005-02-28,326) [查看全文]
DotLucene是一个强有力的开源全文搜索引擎,它是从Apache的Lucene(java)项目移植到.Net(C#)上的。
DotLucene的效率非常高,并且还具有对搜索结果评级、高光、搜索非结构数据以及本地化等特点。它还和Lucene的索引兼容,因此你可以在不同的平台间迁移而不会丢失任何索引数据。
本文介绍了如何通过简洁的代码来使用DotLucene完成全文搜索功能。
本文翻译自CodeProject上 D
(2005-02-25,709) [查看全文]
<%@ Page Language="C#" AutoEventWireup="True" EnableViewState = "true"%>
<%@ Import Namespace="System.Data" %>
<html>
<script runat="server">
DataTable
(2005-02-22,557) [查看全文]
HTTP content retrieval is an important component for applications these days. Although .NET reduces the need to explicitly retrieve content from the Web through built-in mechanisms in the Web Services framework, ADO.NET and the XML classes, there
(2005-02-10,1058) [查看全文]
在本篇文件中,我们将讨论编程人员在使用ASP.NET开发应用程序时需要注意的10个技巧,这些技巧涉及从缺省的控件、表单名的改变到StringBuilder类的使用,有助于编程人员能够尽快地适应.NET环境。
1、在使用Visual Studio .NET时,除直接或非引用的对象外,不要使用缺省的名字。
.NET带来的好处之一是所有的源代码和配置文件
(2005-02-06,1264) [查看全文]
方法如下:
step1:use HttpWebRequest class to request,and use HttpWebResponse get the response.
if you read the response, you can get the information including what did in the Page_load function.
step2: if you want to fill a textb
(2005-01-28,507) [查看全文]
3/17<<123456...17>>GO
内容分类
技术文章 (777)
  Asp.net (250)
  C#|VB.Net (200)
  Javascript (60)
  CSS|Web标准 (43)
  数据库 (46)
  Ajax (7)
  XML/WML (35)
  C++Builder (2)
  Ado.net (4)
  移动开发 (7)
  服务器管理 (12)
  软件工程/UML (3)
  加密解密算法 (26)
  VML (22)
  网站推广 (6)