1.
Atlas学习手记(12):使用CascadingDropDown控件@阿良.NET
- [ Translate this page ]ConnectionString; SqlConnection connection = new SqlConnection(connectionString); SqlCommand command = new SqlCommand("SELECT * FROM Employees"); command. ...
2.
DataGrid 导出到Excel 的帮助类@阿良.NET
- [ Translate this page ]ASPxGrid 的直接导出支持。 // v1.20 改写为实体类。 减少了重复代码。 .... BoundColumn col; if (_fields == null) { for (int i = 0; i < cnt; i++) { col = new ...
3.
将DBF,XLS,XML,MDB文件导入C#DataGrid的方法@阿良.NET
- [ Translate this page ]以下的源码里分别给出了将DBF,XLS,XML,MDB文件导入C#DataGrid的方法,供各位参考。 复制 保存. //PutInDataSet.cs的源码 using System; using System.Data. ...
4.
C#中对ActiveX控件的调用@阿良.NET
- [ Translate this page ]2006年8月7日 ... 其中的MediaPlayer.dll 和 AxMediaPlayer.dll需要自己生成 下面的命令为媒体播放器控件 msdxm.ocx 生成 MediaPlayer.dll 和 AxMediaPlayer.dll。 ...
5.
一个有用的oracle数据库访问封装类@阿良.NET
- [ Translate this page ]Windows.Forms; using System.Collections; using System.IO; using UtilityLibrary.WinControls; namespace DoReport { /// <summary> /// ClsDB 的摘要说明。 ...
6.
7.
8.
9.
10.