摘要:
RadioButton: 把autopostback 设置为true,事件才可以用 第二种方法: 用groupname包含两个radiobutton就可以不写事件了 12/25 CausesValidation="False"屏弊正则验证 lstRepertoireType.SelectedIndex = 0; 设选中默认值 12/26 分页查询问题: 因为查询... 阅读全文
摘要:
1/13 QA:根据的数据库的level关系绑定数据到控件上. 选择 图示: 数据库: 程序画面原型: 程序Code: /// /// tree view binding /// private void PopulateNodes() { DataSe... 阅读全文
摘要:
QA:为何把左边菜单的根节点动态取出横向显示在上方? 答:可以使用Literal控件实现. 参见代码: 界面code: 后台code: ResourceCollection menuColl = this.GetAllUserMenus(); foreach (MenuResource _menu in menuColl) { if (_menu.Parent ... 阅读全文