SmartControls

所属分类:WEB开发
开发工具:C#
文件大小:536KB
下载次数:112
上传日期:2009-07-31 10:21:23
上 传 者erichf
说明:  SmartControls控件扩展Demo源码 GridView/DropDownList/TreeView/ListBox的扩展 扩展GridView控件: 自定义分页样式。显示总记录数、每页记录数、当前页数、总页数、首页、上一页、下一页、末页和分页按钮 扩展DropDownList控件和ListBox控件- 支持分组功能(optgroup标签) DropDownList(ListBox)控件既强大又好用。为了让它更强大、更好用,我们来写一个继承自DropDownList(ListBox)的控件。 扩展DropDownList控件和ListBox控件 - 支持分组功能(optgroup标签)
(SmartControls控件扩展Demo源码 GridView/DropDownList/TreeView/ListBox的扩展 扩展GridView控件: 自定义分页样式。显示总记录数、每页记录数、当前页数、总页数、首页、上一页、下一页、末页和分页按钮 扩展DropDownList控件和ListBox控件- 支持分组功能(optgroup标签) DropDownList(ListBox)控件既强大又好用。为了让它更强大、更好用,我们来写一个继承自DropDownList(ListBox)的控件。 扩展DropDownList控件和ListBox控件- 支持分组功能(optgroup标签) )

文件列表:
SmartControls\from.gif (4945, 2007-07-18)
SmartControls\Web\App_Code\OjbData.cs (2067, 2007-08-31)
SmartControls\Web\App_Themes\Default\Common.css (1152, 2007-07-25)
SmartControls\Web\App_Themes\Default\SmartGridView.css (1575, 2007-08-02)
SmartControls\Web\App_Themes\Default\SmartGridView.skin (378, 2007-06-28)
SmartControls\Web\Bin\YYControls.dll (180224, 2008-01-05)
SmartControls\Web\Bin\YYControls.pdb (288256, 2008-01-05)
SmartControls\Web\Bin\YYControls.XML (81234, 2008-01-05)
SmartControls\Web\Default.aspx (257, 2007-08-09)
SmartControls\Web\Default.aspx.cs (417, 2007-08-02)
SmartControls\Web\Images\Asc.gif (70, 2007-06-29)
SmartControls\Web\Images\button.gif (2097, 2007-01-21)
SmartControls\Web\Images\Desc.gif (69, 2007-06-29)
SmartControls\Web\MasterPage.master (1527, 2009-05-05)
SmartControls\Web\MasterPage.master.cs (417, 2007-01-24)
SmartControls\Web\SmartDropDownList.aspx (523, 2007-12-12)
SmartControls\Web\SmartDropDownList.aspx.cs (1534, 2008-01-05)
SmartControls\Web\SmartGridView.aspx (7572, 2008-01-03)
SmartControls\Web\SmartGridView.aspx.cs (1273, 2007-08-31)
SmartControls\Web\SmartGridViewAlpha.aspx (6683, 2007-12-12)
SmartControls\Web\SmartGridViewAlpha.aspx.cs (1790, 2007-08-02)
SmartControls\Web\SmartListBox.aspx (537, 2007-12-19)
SmartControls\Web\SmartListBox.aspx.cs (1687, 2008-01-05)
SmartControls\Web\SmartTreeView.aspx (894, 2007-12-12)
SmartControls\Web\SmartTreeView.aspx.cs (2516, 2007-08-22)
SmartControls\Web\Web.config (1895, 2007-08-09)
SmartControls\Web\Web.sitemap (594, 2008-01-02)
SmartControls\YYControls\bin\Debug\YYControls.dll (184320, 2008-01-05)
SmartControls\YYControls\bin\Debug\YYControls.pdb (243200, 2008-01-05)
SmartControls\YYControls\bin\Debug\YYControls.XML (81234, 2008-01-05)
SmartControls\YYControls\bin\Release\YYControls.dll (180224, 2008-01-05)
SmartControls\YYControls\bin\Release\YYControls.pdb (288256, 2008-01-05)
SmartControls\YYControls\bin\Release\YYControls.XML (81234, 2008-01-05)
SmartControls\YYControls\Enum.cs (1032, 2007-07-30)
SmartControls\YYControls\Helper\Common\Attribute.cs (1988, 2007-07-23)
SmartControls\YYControls\Helper\Common\Control.cs (843, 2007-07-23)
SmartControls\YYControls\Helper\Common\Export.cs (8097, 2007-08-27)
SmartControls\YYControls\Helper\Common\String.cs (861, 2007-07-23)
SmartControls\YYControls\Helper\SmartGridView.cs (5047, 2007-12-24)
SmartControls\YYControls\obj\Debug\YYControls.dll (184320, 2008-01-05)
... ...

扩展DropDownList控件和ListBox控件 控件使用 1、支持分组功能(optgroup标签)。通过DropDownList控件和ListBox控件的.Items.Add(ListItem item)方法,来为其添加optgroup标签,从而实现分组功能 http://www.cnblogs.com/webabcd/archive/2008/01/03/1024977.html 使用方法 1)设置属性: OptionGroupValue - 用于添加DropDownList(ListBox)控件的分组项的ListItem的Value值(默认为optgroup) 2)使用DropDownList(ListBox)控件的.Items.Add(ListItem item)方法: OptionGroupValue为默认值时:SmartDropDownList.Items.Add(new ListItem("中国", "optgroup")); OK

近期下载者

相关文件


收藏者