Important properties, methods and events of ImageButton control : ImageButton « ASP.net Controls « ASP.NET Tutorial

ASP.NET Tutorial
1. ASP.Net Instroduction
2. Language Basics
3. ASP.net Controls
4. HTML Controls
5. Page Lifecycle
6. Response
7. Collections
8. Validation
9. Development
10. File Directory
11. Sessions
12. Cookie
13. Cache
14. Custom Controls
15. Profile
16. Configuration
17. LINQ
18. ADO.net Database
19. Data Binding
20. Ajax
21. Authentication Authorization
22. I18N
23. Mobile
24. WebPart
25. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
ASP.NET Tutorial » ASP.net Controls » ImageButton 
3. 9. 1. Important properties, methods and events of ImageButton control
AccessKey:       a key that navigates to the ImageButton control.

AlternateText:   alternate text for the image (required for accessibility).

DescriptionUrl:  a link to a page that contains a detailed description of the image (required to make a complex image accessible).

CommandArgument: a command argument that is passed to the Command event.

CommandName:     command name that is passed to the Command event.

Enabled:         disable the ImageButton control.

GenerateEmptyAlternateText: set the AlternateText property to an empty string.

ImageAlign:      align the image relative to other HTML elements in the page. 
                 Possible values are AbsBottom, AbsMiddle, Baseline, Bottom, Left, 
                 Middle, NotSet, Right, TextTop, and Top.

ImageUrl:        URL to the image.

OnClientClick:   a client-side script that executes when the ImageButton is clicked.

PostBackUrl:     post a form to a particular page.

TabIndex:        tab order of the ImageButton control.

Focus:           set the initial form focus to the ImageButton control.

Click:           Raised when the ImageButton control is clicked.

Command:         Raised when the ImageButton control is clicked. 
                 The CommandName and CommandArgument are passed to this event.
3. 9. ImageButton
3. 9. 1. Important properties, methods and events of ImageButton control
3. 9. 2. Using the ImageButton Control
3. 9. 3. The second parameter passed in is an instance of the ImageClickEventArgs class.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.