谁有c#自定义控件的例子 急

来源:百度知道 编辑:UC知道 时间:2024/06/28 00:44:09
奖赏20分阿!!!快 谁快给谁?!

using System;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;

namespace dogoo
{
[DefaultProperty("Text"),
ToolboxData("<{0}:head runat=server></{0}:head>")]
public class head : Control, INamingContainer
{
public Label label;
public Label div;
protected override void CreateChildControls() //这里加入包含的内容
{
base.CreateChildControls();
Controls.Add(new LiteralControl("<table align='center' width='800' class='border1'><tr><td align='left' style='width: 227px; height: 74px;'><a href=index.aspx><img src='image/logo.gif' style='width: 189px;height:59px' /></a></td><td align=right style='height: 74px; width: 542