Код: Выделить всё
Код: Выделить всё
public partial class CheckBoxList: UserControl
{
// Some methods
}
Код: Выделить всё
public partial class MyCustomCBList : CheckBoxList
{
public void DoCustomStuff() {
// lblTitle is in CheckBoxList.ascx
lblTitle.Text = "Some new stuffs";
}
}
Подробнее здесь: https://stackoverflow.com/questions/791 ... nheritence