heartstill

博客园 首页 新随笔 联系 订阅 管理

2011年5月31日 #

摘要: C#中动态创建控件及事件处理程序 2006-05-11 15:49using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace Miner{/// /// Summary des cription for Form1./// public class Form1 : System.Windows.Forms.Form{ private System.Windows.Forms 阅读全文
posted @ 2011-05-31 17:44 开始测试 阅读(496) 评论(0) 推荐(0) 编辑

摘要: 动态创建DropDownList并实现互动和跳转的web用户控件 2006-05-15 09:03以下代码主要供参考:怎样动态创建控件,并怎样添加控件的事件以及获得动态创建的控件的值。不足之处还请大家指出!=================typeUc.ascx 代码部分======================<%@ Control Language="C#" AutoEventWireup="true" CodeFile="typeUC.ascx.cs" Inherits="include_typeUC" 阅读全文
posted @ 2011-05-31 17:43 开始测试 阅读(551) 评论(0) 推荐(0) 编辑