c 公共類直接調方法

2021-04-25 12:11:02 字數 2032 閱讀 8681

c#公共類直接調方法

c# codeusing system;

using system.collections.generic;

using system.data;

using system.data.oracleclient;

using system.web.ui.webcontrols;

namespace dbclass

catch (exception ex)

finally

}#endregion

#region -- 對資料庫中的一條記錄操作:增、刪、更新 executecommand(string strsql)

///

/// 對資料庫中的一條記錄操作:增、刪、更新

///

///

///

public bool executecommand(string strsql)

catch (exception ex)

finally

}#endregion

#region --得到乙個dataset物件 getdateset(string strsql)

public dataset getdateset(string strsql)

catch (exception ex)

finally

}#endregion

#region --傳入sql語句獲取乙個datareader物件  getdatareader(string strsql)

public oracledatareader getdatareader(string strsql)

catch (exception ex)

}#endregion

#region --填充datagrid公共方法   filldatagrid(system.web.ui.webcontrols.datagrid dgrid, string strsql)

public void filldatagrid(system.web.ui.webcontrols.datagrid dgrid, string strsql)

catch (exception ex)

}#endregion

#region --填充dropdownlist  filldropdownlist(system.web.ui.webcontrols.dropdownlist cmblist, string strsql)

public void filldropdownlist(system.web.ui.webcontrols.dropdownlist cmblist, string strsql)

mycnn.close();

sqldr.close();

sqlcmm.dispose();}}

catch(exception ex)

}#endregion

#region 填充下拉列表,第乙個值為自定義  filldropdownlistfirstadd(system.web.ui.webcontrols.dropdownlist cmblist, string strsql, string firstitem)

///

/// 填充下拉列表,第乙個值為自定義

///

/// 要填充的dropdownlist

/// 要使用的sql語句:要求:第一列為value,第二列為text

/// 列表中第乙個 item 的值

/// 是否成功

public bool filldropdownlistfirstadd(system.web.ui.webcontrols.dropdownlist cmblist, string strsql, string firstitem)

while (sqldr.read())

mycnn.close();

sqldr.close();

sqlcmm.dispose();

return true;}}

catch

}#endregion}}

分頁方法,類(以後直接呼叫)

file page.class.php 完美分頁類 page class page else if total 0 else else this limit limit this setlimit 用於設定顯示分頁的資訊,可以進行連貫操作 param string param 是成員屬性陣列conf...

C 公共類 快取幫助類 (備忘)

using system using system.collections.generic using system.text using system.threading namespace librarycommon endregion region work method static voi...

C 公共幫助類 Image幫助類

大家知道,開發專案除了資料訪問層很重要外,就是common了,這裡就提供了強大且實用的工具。c 公共幫助類 convert幫助類 image類 using system using system.collections.generic using system.text using system.i...