java/jspc/c++phpmysqloraclemssqlvbvcc#asphtml/css/jssystemdelphiperlphotoshopother
 
 
一个简单的存储过程数据分页

[img]http://dev.csdn.net/images/blog_csdn_net/hellohzq/{6DC9D4C8-DA66-4862-99B8-AE67AF94AD3A}0.jpg[/...

Creating the Northwind Solution

Creating the Northwind Solution To demonstrate working with Web Forms and server controls, in this s...

Creating User Controls

Creating User Controls In addition to the built-in server controls in the .NET Framework, you can a...

How Web Forms Work

How Web Forms Work Just as you'll find when working with Windows Forms, ASP.NET Web Forms raise eve...

Internet Information Server (IIS) Objects

Internet Information Server (IIS) Objects IIS supplies many objects that can be used by hosting plat...

Introducing Web Form Controls

Introducing Web Form Controls As mentioned earlier, ASP.NET provides two sets of controls you can ch...

Overview of ASP.NET

Overview of ASP.NET ASP.NET consists of several different technologies, including Web Forms, Web Se...

打开项目时提示如下错误:Visual Studio .NET 无法创建应用程序 。问题很可能是因为本地 Web 服务器上没有安装所需的组件

为 Web 开发重新配置计算机 注意 以下所有步骤都是在 Web 服务器计算机上发生的。 1. 确认已安装 IIS。方法之一是打开“控制面板”,然后选择“I...

WIN2000服务器安全配置

目前,WIN2000 SERVER是比较流行的服务器操作系统之一,但是要想安全的配置微软的这个操作系统,却不是一件容易的事。本文试图对win2000 SERVER的安全配置进行初步的探讨。 一、...

页面loading(二)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <hea...

ASP小偷偷取地址并生成html

<% function getHTTPPage(url) dim Http set Http=server.createobject("MSXML2.XMLHTTP"...

Web Sites Created Using ASP.NET

Web Sites Created Using ASP.NET ASP seemed great a few years ago, but now ASP.NET provides a simpler...

Creating Web Sites Before ASP.NET

Creating Web Sites Before ASP.NET Before ASP.NET, developers using Microsoft products had two paths...

HTML Basics

HTML Basics Under the covers, the Web uses the Hypertext Markup Language (HTML) to send information...

Internet Basics

Internet Basics All computers on the Internet are uniquely identified by an IP address. Just like a...

一个通过DataSet操作XML的类(原创)

  这段时间写的项目每次都要用到XML保存一些配置,而每次操作XML都觉得挺麻烦,没有数据库那么顺手。后来发现用DataSet操作XML很方便,而且灵活性比较好,于是写了一个操作XML的类,用来应付一...

"ASP.NET 管理实用工具"使用方法

问题: Windows2000系统,先装的 VS.NET,然后装IIS,这时出现的问题是: (1)IIS中的 ASP.NET标签页打不开.说内存为只读。 (2)用VS.NET建ASP.NET项目时,...

ASP.net实现验证码技术(网上收集)

第一步生成验证码 新增一个ValidateCode.aspx页面 在ValidateCode.aspx.cs的代码如下 using System; using System.Data; using S...

ASP访问远程的ACCESS数据库所遇奇怪问题

服务器配置:Windows20003+IIS6.0+ACCESS2003 客户端:Windows2000+IIS6.0+ACCESS2000 源代码: Set Conn=Server.CreateO...

override与重载的区别

1、override与重载的区别 override修饰符,覆写一个基类中的方法...重载则是将将同名方法重新写过,达到同名的函数实现不同的功能.从而实现了一个方法有不同的版本.override与重载的...

用JS模仿DataGrid

<HTML> <HEAD> <TITLE> JS模仿的DataGrid</TITLE> </HEAD> <SCRIPT LANGUAG...

asp.net实现无刷新DropDownList联动控件

程序演示地址:[url=http://www.718.com.cn/other/Example.aspx]http://www.718.com.cn/other/Example.aspx[/url]...

.net 软件配置多语言环境

1 配置webconfig <add key="DefaultCulture" value="zh-cn" /> <add key=&...

关于学习ASP和编程的28个观点

1.不要放过任何一个看上去很简单的小编程问题——他们往往并不那么简单,或者可以引伸出很多知识点; 2.会用asp,并不说明你会asp; 3.看asp的书,是学不了asp语言...

求助关于远程访问ACCESS数据库的问题

求助关于远程访问ACCESS数据库的问题: 源代码如下: <% Set Conn=Server.CreateObject("ADODB.Connection") Conn....

The System.Xml Namespace

The System.Xml Namespace You'll use the System.Xml namespace for processing XML data. This namespace...

The System.Web.Services Namespace

The System.Web.Services Namespace XML Web Services provide one of the newest and most exciting techn...

The System.Collections Namespace

The System.Collections Namespace Use the System.Collections namespace when you need to create a data...

The System.Text Namespace

The System.Text Namespace Just about every business application you create will eventually require y...

The System.IO Namespace

The System.IO Namespace The System.IO namespace contains classes that allow you to read and write f...

The System Namespace

The System Namespace The System namespace sits at the top of the namespace hierarchy. All the rest...

The System.Data Namespace

The System.Data Namespace This book will take advantage of three namespaces that allow you to work...

.NET Framework Namespaces

.NET Framework Namespaces What is a namespace? If Microsoft had simply provided a list of several t...

Chapter 4. Overview of .NET Framework Classes

Chapter 4. Overview of .NET Framework Classes OBJECTIVES Understand the concept of namespaces Identi...

Using the Editor

Using the Editor The Visual Studio .NET environment includes a powerful text editor. This editor in...

Types of Windows

Types of Windows There are two types of windows in the Visual Studio .NET IDE: tool windows and doc...

Visual Studio Integrated Development Environment (IDE)

Visual Studio Integrated Development Environment (IDE) When you start a new project in Visual Studio...

Project Templates

Project Templates The .NET platform supports a variety of project types. Visual Studio .NET provide...

Configuring Visual Studio .NET

Configuring Visual Studio .NET The first time you start Visual Studio .NET, you will be presented wi...

Chapter 3. Introduction to Visual Studio .NET

Chapter 3. Introduction to Visual Studio .NET OBJECTIVES Learn about creating and working with proje...

关于数据绑定在Web页面呈现效果的一点小技巧

[img]http://dev.csdn.net/images/blog_csdn_net/hellohzq/aaa.JPG[/img] 今天在开发当中遇到:一个栏目要求以上图的方式显...

用VBScript实现对Windows注册表的修改

大名鼎鼎的WSH听说过吗? 它就是Windows Script Host的缩写形式,WSH是Windows平台的脚本指令,它的功能十分强大,并且它还是利用语法结构简单、易学易用且功能强大的JScrip...

Benefits of Using the .NET Framework

Benefits of Using the .NET Framework .NET provides advantages for everyone involved with the applic...

Migrating to .NET

Migrating to .NET .NET takes advantage of the best of all the technologies you have used to date, a...

Types of Applications You Can Build

Types of Applications You Can Build With the .NET Framework, you can build many different types of a...

NET and XML

The .NET platform requires XML梥pecifically XML Web Services梩o achieve its vision of applications co...

Overview of the .NET Framework

Overview of the .NET Framework Clearly, a considerable amount of infrastructure is required to make...

Chapter 2. Introduction to Microsoft .NET

Chapter 2. Introduction to Microsoft .NET OBJECTIVES Learn about the Microsoft .NET Framework Learn...

Preparing for the Sample Application

Preparing for the Sample Application The sample application is built using Microsoft SQL Server's No...

Chapter 1. Getting Started with the Sample Application

Chapter 1. Getting Started with the Sample Application OBJECTIVES Become acquainted with the sample...

 
© 2005- 王朝网络 版权所有