06 2009 档案

摘要: protected void Calendar1_SelectionChanged(object sender, EventArgs e) { this.TextBox1.Text = this.Calendar1.SelectedDate.ToString("yyyy-MM-dd"); }阅读全文
posted @ 2009-06-24 18:42 悟〈--觉 阅读(43) | 评论 (0) 编辑
摘要: using System;using System.Collections.Generic;using System.Web;using System.Data;using System.Data.OleDb;using System.Web.UI.WebControls;/// <summary>///Common 的摘要说明/// </summary>public cl...阅读全文
posted @ 2009-06-13 13:45 悟〈--觉 阅读(167) | 评论 (0) 编辑
摘要: saveannounce_upload.asp 上传页 ------------------------------------ <html> <head> <style type="text/css"> body {font-size:9pt;} input {font-size:9pt;} </style> <title>文件上传&l...阅读全文
posted @ 2009-06-12 20:38 悟〈--觉 阅读(109) | 评论 (0) 编辑
摘要: public partial class admin_Admin_ProductFlAdd : System.Web.UI.Page{ static int id; OleDbConnection con = new OleDbConnection(DataProvider.ConnectionString); protected void Page_Load(object sender, Eve...阅读全文
posted @ 2009-06-11 21:50 悟〈--觉 阅读(19) | 评论 (0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="jquery.aspx.cs" Inherits="jquery" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht...阅读全文
posted @ 2009-06-11 21:23 悟〈--觉 阅读(29) | 评论 (0) 编辑
摘要: create proc afafs@arear varchar(16),@proname varchar(16)as select * from dbo.arear,dbo.pro where dbo.arear.arear=@arear and dbo.pro.proname=@pronamegoexec afafs '中国','aaa'阅读全文
posted @ 2009-06-02 16:53 悟〈--觉 阅读(61) | 评论 (0) 编辑