Wednesday 12 February 2014

About the Standrad control in asp.net

1) Label
    the label server  control is use to display text in the browser.
    You can dynamically alter the text from your server side code.

2) Textbox
    Textbox is control use to getting data from the user side .

3) Hyper link
    The hyper link control use to end user transfer from one page to another page .

4) Button
    Button control used to submit form and execute some code on code  behind file code

5) Link Button
    Link Button  is variation of button control.
    it is also take code with hyper link for transfer from one page to another page

6) Image button
    image button is another variation of button control.
    it is enable for code with display image from end user.

7) check box
    check box is enables user either check or not.

8) Check box list
    The check box list is a  group of check box for multiple option selection.

9) Radio button list
    The radio button list control   is display collection of radio button on  web page.

10) DropDownlist
    it is display large item in list and user select one item from this list.

11) listbox
    it is same as Dropdownlist control
    user can select multiple option from this list

12) Panel
    Panel control are use to set a group of control in one page for lay-out.

13) File upload
    this control is use to upload file or data on server side.  

No comments:

Post a Comment



Asp.net tutorials