摘要:1、datetime 数字型 system.datetime currenttime=new system.datetime(); 1.1 取当前年月日时分秒 currenttime=system.datetime.now; 1.2 取当前年 int 年=currenttime.year; 1.3 取当前月 int 月=currenttime.month; 1.4 取当前日 int 日=curre......
摘要:基于visio的二次开发前一段时间,由于项目的需要;学习了一些关于visio二次开发的知识;现在工具基本成形了,也算告一段落了;因此想总结一下关于visio的二次开发的一些基本知识;对于基于visio的二次开发资料真的很少,刚刚开始的时候就是闷头瞎撞,后来在msdn上发现了一篇文章介绍基于visio的二次开发,很是有帮助;1) 《programming with the microsoft off......
DATAGRID的集中功能!!(aspx页)
<%@ page language="c#" codebehind="ygdz_xianlist.aspx.cs" autoeventwireup="false" inherits="ygdzwww.webform1" %><!doctype html public "-//w3c//dtd html 4.0 transitional//en" ><html> <head> <title>浏览行政县信息</title> <meta http-equiv="content-type" content="text/html; charset=gb2312"> <meta content="microsoft visual studio .net 7.1" name="generator"> <meta content="c#" name="code_language"> <meta content="javascript" name="vs_defaultclientscript"> <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetschema"> </head> <body ms_positioning="gridlayout"> <form id="form1" method="post" runat="server"> <asp:datagrid id="datagrid1" style="z-index: 101; left: 232px; position: absolute; top: 128px" runat="server" pagesize="6" allowpaging="true" autogeneratecolumns="false" bordercolor="#e7e7ff" borderstyle="double" borderwidth="1px" backcolor="white" cellpadding="3" gridlines="horizontal" width="376px" datakeyfield="b010101"> &...
下一页 摘要: .net 问题与解决问题一:sqlconnection conn = new sqlconnection(configurationsettings.appsettings["connectionstring"]); sqldataadapter da = new sqldataadapter("select say from 口号", conn); ......