ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









RadioButtondisposable

noshade="true" align="left" color="black">
System.Web.UI.WebControls (system.web.dll)class

This class represents a radio button control that allows a user to
select one item from a selection of options. Each option in a group
of radio buttons is a distinct RadioButton object,
but each control shares the same GroupName. To
determine whether a radio button has been selected, examine the
Checked property. If you want to use a radio
button with list data, the CheckBoxList control
may be more convenient.

public class 

RadioButton : CheckBox {
// Public Constructors
public

RadioButton ( );
// Public Instance Properties
public virtual string

GroupName {set; get; }
// Protected Instance Methods
protected override void

OnPreRender (EventArgs

e ); // overrides CheckBox
}



Hierarchy


System.Object
System.Web.UI.Control(System.ComponentModel.IComponent,
System.IDisposable
,
System.Web.UI.IParserAccessor,
System.Web.UI.IDataBindingsAccessor)

WebControl(System.Web.UI.IAttributeAccessor)
CheckBox(System.Web.UI.IPostBackDataHandler)
RadioButton


/ 873