11 2012 档案
摘要:-----------------------用户控件---------------<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="pageNum.ascx.cs" Inherits="WebBookShop.UserControls.pageNum" %> <link href="Css/page_bottom_new.css" rel="stylesheet" type="
阅读全文
摘要:SQL Cursor 基本用法由于这个游标 执行一下就相当于SELECT一下 其效率不敢恭维也没做深入研究。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1table1结构如下2idint3namevarchar(50)45declare@idint6declare@namevarchar(50)7declarecursor1cursorfor--定义游标cursor18select*fromtable1--使用游标的对象(跟据需要填入
阅读全文
摘要://*******************Ajax 调用验证控件(客户端调用服务器验证控件)******************** Page_ClientValidate(null); //页面上的所有验证控件执行验证 //js 可以获得页面上所有的验证控件在客户端是否验证通过, // 在使用Page_IsValid前要先调用 Page_ClientValidate(null),因为他的默认值是true //alert(Page_IsValid); // ValidatorValidate(<%=RequiredFieldValidator1.ClientID%> , null,
阅读全文

浙公网安备 33010602011771号