首页  ·  知识库 ·  云计算
网格模式   列表模式
  • 在复杂的业务应用程序中,有时候会要求一个或者多个任务在一定的时间或者一定的时间间隔内计划进行,比如定时备份或同步数据库,定时发送电子邮件,定期处理
  •  在.NET框架的System.XML名称空间中包含的XMLTextReader类不需要对系统资源要求很高,就能从XML文件中快速读取数据。使用XMLTextReader类能够从XML文件中读
  • 你可以通过重用Web form和将Windows form代码引入到ASP.NET项目来提高开发效率。 by Roger Jennings 使用Visual Basic.NET的服务器控件(server contro
  • "COLOR: #0000ff">protected "COLOR: #000000"> "COLOR: #0000ff">void "COLOR: #000000
  • ID是设计的时候所指定的ID。 ClientID是当这个控件生成到客户端页面时候,需要在客户端访问时候用的。 UniqueID是当需要参与服务端
  • < onmousewheel="return zoom_(event,this)" "" "UploadFiles/20093381425953dezaicn.jpg" onload="javascript:if(this.width>740)th
  • User Control大家肯定不会陌生,在使用ASP.NET的过程中,除了aspx页面,最常见的就莫过于ascx了。ascx是一个有独立逻辑的组件,提供了强大的复用特性,合理使用
  • 由于VS.net 2005 采用了一种新的DLL方案,搞成一个exe还要配有一个manifest文件(一般在嵌入文件里了,所以看不到,不过也可以不嵌入,这样会生产一 个程序
  • < "UploadFiles/2009227142026882dezaicn.jpg" onload=javascript:resizepic(this) align=left border=0> <
  • using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;u
  • gridview含多页的批量删 book_admin.aspx %@ Page Language="C#" AutoEventWireup="true" CodeFile="book_admin.aspx.cs" Inherits
  • foreach (Control c in this.rptTables.Controls){ CheckBox cbx = (CheckBox)c.FindControl("cbxId"); T