原创 CSS手冊(四)Border 邊框

 設置四邊框的樣式 p.dotted {border-style: dotted}                                     p.dashed {border-style: dashed}          

原创 css手冊(六)List 列表

無序列表的不同項目標號  ul.disc {list-style-type: disc}ul.circle {list-style-type: circle}ul.square {list-style-type: square}ul.no

原创 css手冊(一)Background 背景

設置背景顏色 body {background-color: yellow} 設置一張圖片做爲背景 background-image:url('/articleimg/2006/07/3744/bgdesert.jpg') 垂直重複背景圖

原创 DropDownList與GridView

利用DROPDOWNLIST修改GIRDVIEW的數據 1:將要修改的字段轉爲ItemTemplate 字段 2: 修改<EditItemTemplate>                                <asp:Drop

原创 css手冊(二) Text 文字

 設置文字顏色  h1 {color: #00ff00}                             h2 {color: #dda0dd}                             p {color: rgb(

原创 css手冊(三) Font 字體

設置文字的字體 h3 {font-family: times}                                p {font-family: courier}                                

原创 SqlHelper.cs

using System; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Collections;    

原创 sqlhelper.cs的應用

 //ServerOperation類 public class ServerOperation{    private const string PARM_QQ_NUMBER = "@ListQQ";    private const

原创 C#委託的具體實現方法

此處用無返回值的委託,如用有返回值的不同):  public  delegate  void processdelegate();//定義一個委託,一

原创 CSS手冊(五)Margin外補丁(邊距)

Margin外補丁(邊距)  p.leftmargin {margin-left: 2cm} p.rightmargin {margin-right: 8cm} p.topmargin {margin-top: 5cm}  p.botto

原创 css手冊(七)Classification 分類

怎樣顯示一個元素 p {display: inline}div {display: none} 一個簡單的浮動屬性使用 <img src=" " width="95" height="84" />This is some text. Th

原创 ASP.NET技術規範

以下是本人對.Net平臺開發實踐的一些點滴總結。這裏的技術規範主要是開發過程的代碼規範、數據庫設計規範、Com和.Net互操作規範;實踐精華是對技術實

原创 C#中的數組和C++中數組的區別

 C#中數組是引用類型,C#定義整型數組方式是: int [] intArray = {1,2,3};或int [] intArray = new i

原创 web標準化設計:常用的CSS命名規則

  常用的CSS命名規則   頭:header  內容:content/container  尾:footer  導航:nav  側欄:sidebar  欄目:column  頁面外圍控制整體佈局寬度:wrapper  左右中:left

原创 Asp.net 1.0 升級至 ASP.NET 2.0十個問題總結

1.Global.asax文件的處理形式不一樣   轉化後將出現錯誤,在vs2003中Global.asax具有代碼後置文件,2.0下, 將代碼分離文件移到 App_Code 目錄下,以便使其自動變爲可通過應用程序中的任意 ASP.NET