What is the ASP

Embed Size (px)

Citation preview

  • 7/31/2019 What is the ASP

    1/5

    What is the ASP.NET AJAX Control Toolkit?

    The ASP.NET AJAX Control Toolkit is an open-source project built on top of the MicrosoftASP.NET AJAX framework. It is a joint effort between Microsoft and the ASP.NET AJAXcommunity that provides a powerful infrastructure to write reusable, customizable andextensible ASP.NET AJAX extenders and controls, as well as a rich array of controls that can

    be used out of the box to create an interactive Web experience.

    The AJAX Control Toolkit contains more than 30 controls that enable you to easily create rich,interactive web pages.

    SQLDataSource

    The SqlDataSource control enables you to use a Web server control to access data that islocated in a relational database. You can use the SqlDataSource control with data-boundcontrols such as the GridView, FormView, and DetailsView controls to display and manipulatedata on an ASP.NET Web page, using little or no code.

    For information about how to configure the SqlDataSource control by using code instead ofmarkup, see the documentation for the SqlDataSource class and for its methods, properties,and events.

    Data List Control

    The DataList control is, like the Repeater control, used to display a repeated list of items that

    are bound to the control. However, the DataList control adds a table around the data items by

    default.

    DetailsView

    The DetailsView control in ASP.Net 2.0 is used to create an HTML table that displays the

    contents of a single database record.

    DropDownList

    The DropDownList control is used to create a drop-down list. Each selectable item in aDropDownList control is defined by a ListItem element!

    Property Description .NET

    SelectedIndex The index of a selected item 1.0

    OnSelectedIndexChanged The name of the function to be executed when the index ofthe selected item has changed

    1.0

    runatSpecifies that the control is a server control. Must be set to"server"

    1.

    CheckBoxlist

    http://www.w3schools.com/aspnet/prop_webcontrol_dropdownlist_selectedindex.asphttp://www.w3schools.com/aspnet/prop_webcontrol_dropdownlist_selectedindex.asp
  • 7/31/2019 What is the ASP

    2/5

    The CheckBoxList control is used to create a multi-selection check box group. Each selectableitem in a CheckBoxList control is defined by a ListItem element!

    Property Description .NET

    CellPadding The amount of pixels between the border and the contents

    of the table cell

    1.0

    CellSpacing The amount of pixels between table cells 1.0

    RepeatColumnsThe number of columns to use when displaying the checkbox group

    1.0

    RepeatDirectionSpecifies whether the check box group should be repeatedhorizontally or vertically

    1.0

    RepeatLayout The layout of the check box group 1.0

    runatSpecifies that the control is a server control. Must be set to"server"

    1.0

    TextAlign On which side of the check box the text should appear 1.0

    Hyperlink

    The HyperLink control is used to create a hyperlink.

    Property Description .NET

    ImageUrl The URL of the image to display for the link 1.0

    NavigateUrl The target URL of the link 1.0

    runatSpecifies that the control is a server control. Must be set to"server"

    1.0

    Target The target frame of the URL 1.0

    Text The text to display for the link 1.0

    Standard tools

    AdRotator control

    BulletedList control

    Button control

    Calendar control

    CheckBox control

    CheckBoxList control

    http://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_cellpadding.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_cellpadding.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_cellspacing.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_cellspacing.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_repeatcolumns.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_repeatdirection.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_repeatlayout.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_repeatlayout.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_textalign.asphttp://www.w3schools.com/aspnet/prop_webcontrol_hyperlink_imageurl.asphttp://www.w3schools.com/aspnet/prop_webcontrol_hyperlink_navigateurl.asphttp://www.w3schools.com/aspnet/prop_webcontrol_hyperlink_target.asphttp://www.w3schools.com/aspnet/prop_webcontrol_hyperlink_text.asphttp://msdn.microsoft.com/en-us/library/cc295605.aspxhttp://msdn.microsoft.com/en-us/library/cc295605.aspxhttp://msdn.microsoft.com/en-us/library/cc295523.aspxhttp://msdn.microsoft.com/en-us/library/cc295523.aspxhttp://msdn.microsoft.com/en-us/library/cc295204.aspxhttp://msdn.microsoft.com/en-us/library/cc295204.aspxhttp://msdn.microsoft.com/en-us/library/cc295478.aspxhttp://msdn.microsoft.com/en-us/library/cc295478.aspxhttp://msdn.microsoft.com/en-us/library/cc295075.aspxhttp://msdn.microsoft.com/en-us/library/cc295075.aspxhttp://msdn.microsoft.com/en-us/library/cc294907.aspxhttp://msdn.microsoft.com/en-us/library/cc294907.aspxhttp://msdn.microsoft.com/en-us/library/cc294907.aspxhttp://msdn.microsoft.com/en-us/library/cc295075.aspxhttp://msdn.microsoft.com/en-us/library/cc295478.aspxhttp://msdn.microsoft.com/en-us/library/cc295204.aspxhttp://msdn.microsoft.com/en-us/library/cc295523.aspxhttp://msdn.microsoft.com/en-us/library/cc295605.aspxhttp://www.w3schools.com/aspnet/prop_webcontrol_hyperlink_text.asphttp://www.w3schools.com/aspnet/prop_webcontrol_hyperlink_target.asphttp://www.w3schools.com/aspnet/prop_webcontrol_hyperlink_navigateurl.asphttp://www.w3schools.com/aspnet/prop_webcontrol_hyperlink_imageurl.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_textalign.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_repeatlayout.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_repeatdirection.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_repeatcolumns.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_cellspacing.asphttp://www.w3schools.com/aspnet/prop_webcontrol_checkboxlist_cellpadding.asp
  • 7/31/2019 What is the ASP

    3/5

    ContentPlaceholder control

    DropDownList control

    FileUpload control

    HiddenField control

    Hyperlink control

    Image control

    ImageButton control

    ImageMap control

    Label control

    LinkButton control

    ListBox control

    Literal control

    Localize control

    MultiView control

    Panel control

    PlaceHolder control

    RadioButton control

    RadioButtonList control

    Substitution control

    Table control

    TextBox control

    View control

    Wizard control

    XML control

    http://msdn.microsoft.com/en-us/library/cc295268.aspxhttp://msdn.microsoft.com/en-us/library/cc295268.aspxhttp://msdn.microsoft.com/en-us/library/cc295080.aspxhttp://msdn.microsoft.com/en-us/library/cc295080.aspxhttp://msdn.microsoft.com/en-us/library/cc295177.aspxhttp://msdn.microsoft.com/en-us/library/cc295177.aspxhttp://msdn.microsoft.com/en-us/library/cc295019.aspxhttp://msdn.microsoft.com/en-us/library/cc295019.aspxhttp://msdn.microsoft.com/en-us/library/cc295443.aspxhttp://msdn.microsoft.com/en-us/library/cc295443.aspxhttp://msdn.microsoft.com/en-us/library/cc295355.aspxhttp://msdn.microsoft.com/en-us/library/cc295355.aspxhttp://msdn.microsoft.com/en-us/library/cc295482.aspxhttp://msdn.microsoft.com/en-us/library/cc295482.aspxhttp://msdn.microsoft.com/en-us/library/cc295596.aspxhttp://msdn.microsoft.com/en-us/library/cc295596.aspxhttp://msdn.microsoft.com/en-us/library/cc295530.aspxhttp://msdn.microsoft.com/en-us/library/cc295530.aspxhttp://msdn.microsoft.com/en-us/library/cc295253.aspxhttp://msdn.microsoft.com/en-us/library/cc295253.aspxhttp://msdn.microsoft.com/en-us/library/cc295286.aspxhttp://msdn.microsoft.com/en-us/library/cc295286.aspxhttp://msdn.microsoft.com/en-us/library/cc295501.aspxhttp://msdn.microsoft.com/en-us/library/cc295501.aspxhttp://msdn.microsoft.com/en-us/library/cc294998.aspxhttp://msdn.microsoft.com/en-us/library/cc294998.aspxhttp://msdn.microsoft.com/en-us/library/cc295439.aspxhttp://msdn.microsoft.com/en-us/library/cc295439.aspxhttp://msdn.microsoft.com/en-us/library/cc295571.aspxhttp://msdn.microsoft.com/en-us/library/cc295571.aspxhttp://msdn.microsoft.com/en-us/library/cc295504.aspxhttp://msdn.microsoft.com/en-us/library/cc295504.aspxhttp://msdn.microsoft.com/en-us/library/cc295429.aspxhttp://msdn.microsoft.com/en-us/library/cc295429.aspxhttp://msdn.microsoft.com/en-us/library/cc295394.aspxhttp://msdn.microsoft.com/en-us/library/cc295394.aspxhttp://msdn.microsoft.com/en-us/library/cc295096.aspxhttp://msdn.microsoft.com/en-us/library/cc295096.aspxhttp://msdn.microsoft.com/en-us/library/cc295397.aspxhttp://msdn.microsoft.com/en-us/library/cc295397.aspxhttp://msdn.microsoft.com/en-us/library/cc295591.aspxhttp://msdn.microsoft.com/en-us/library/cc295591.aspxhttp://msdn.microsoft.com/en-us/library/cc295408.aspxhttp://msdn.microsoft.com/en-us/library/cc295408.aspxhttp://msdn.microsoft.com/en-us/library/cc295425.aspxhttp://msdn.microsoft.com/en-us/library/cc295425.aspxhttp://msdn.microsoft.com/en-us/library/cc294931.aspxhttp://msdn.microsoft.com/en-us/library/cc294931.aspxhttp://msdn.microsoft.com/en-us/library/cc294931.aspxhttp://msdn.microsoft.com/en-us/library/cc295425.aspxhttp://msdn.microsoft.com/en-us/library/cc295408.aspxhttp://msdn.microsoft.com/en-us/library/cc295591.aspxhttp://msdn.microsoft.com/en-us/library/cc295397.aspxhttp://msdn.microsoft.com/en-us/library/cc295096.aspxhttp://msdn.microsoft.com/en-us/library/cc295394.aspxhttp://msdn.microsoft.com/en-us/library/cc295429.aspxhttp://msdn.microsoft.com/en-us/library/cc295504.aspxhttp://msdn.microsoft.com/en-us/library/cc295571.aspxhttp://msdn.microsoft.com/en-us/library/cc295439.aspxhttp://msdn.microsoft.com/en-us/library/cc294998.aspxhttp://msdn.microsoft.com/en-us/library/cc295501.aspxhttp://msdn.microsoft.com/en-us/library/cc295286.aspxhttp://msdn.microsoft.com/en-us/library/cc295253.aspxhttp://msdn.microsoft.com/en-us/library/cc295530.aspxhttp://msdn.microsoft.com/en-us/library/cc295596.aspxhttp://msdn.microsoft.com/en-us/library/cc295482.aspxhttp://msdn.microsoft.com/en-us/library/cc295355.aspxhttp://msdn.microsoft.com/en-us/library/cc295443.aspxhttp://msdn.microsoft.com/en-us/library/cc295019.aspxhttp://msdn.microsoft.com/en-us/library/cc295177.aspxhttp://msdn.microsoft.com/en-us/library/cc295080.aspxhttp://msdn.microsoft.com/en-us/library/cc295268.aspx
  • 7/31/2019 What is the ASP

    4/5

    DIV

    The tag defines a division or a section in an HTML document. The tag is used togroup block-elements to format them with styles. Tip: The element is very often usedtogether with CSS, to layout a web page.

    Standard Attributes

    The tag supports the following standard attributes:

    Attribute Value Description DTD

    class classname Specifies a classname for an element STF

    dirrtlltr

    Specifies the text direction for the content in anelement

    STF

    id id Specifies a unique id for an element STF

    lang language_codeSpecifies a language code for the content in an

    element

    STF

    style style_definition Specifies an inline style for an element STF

    title text Specifies extra information about an element STF

    xml:lang language_codeSpecifies a language code for the content in anelement, in XHTML documents

    STF

    Event Attributes

    The tag supports the following event attributes:

    Attribute Value Description DTDonclick script Script to be run on a mouse click STF

    ondblclick script Script to be run on a mouse double-click STF

    onmousedown script Script to be run when mouse button is pressed STF

    onmousemove script Script to be run when mouse pointer moves STF

    onmouseout scriptScript to be run when mouse pointer moves out ofan element

    STF

    onmouseover scriptScript to be run when mouse pointer moves over anelement

    STF

    onmouseup script Script to be run when mouse button is released STF

    onkeydown script Script to be run when a key is pressed STFonkeypress script Script to be run when a key is pressed and released STF

    onkeyup script Script to be run when a key is released STF

  • 7/31/2019 What is the ASP

    5/5

    Autopostback

    The AutoPostBack property is used to set or return whether or not an automatic post backoccurs when the user presses "ENTER" or "TAB" in the TextBox control.

    If this property is set to TRUE the automatic post back is enabled, otherwise FALSE. Default isFALSE.

    Syntax

    NavigateURL

    The NavigateURL property is used to set or return the URL of a HyperLink control.

    Syntax

    Attribute Description

    URL A string that specifies the URL of the hyperlink control