ASP.NET data presentation controls essentials : master the standard ASP.NET server controls for displaying and managing data /
"The ASP.NET Data Presentation Controls are server controls to which you can bind data to organize and display it in different ways. This book shows you how to get the most from these controls to easily display and manage complex data in your web applications. It takes you through each of the m...
Основен автор: | Kanjilal, Joydip. |
---|---|
Други автори: | Khule, Bhupali. (Editor) |
Формат: | Електронна книга |
Език: | English |
Публикувано: |
Birmingham, U.K. :
Packt Pub.,
℗♭2007.
|
Серия: |
From technologies to solutions.
|
Предмети: | |
Онлайн достъп: |
http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=262326 |
Подобни документи: |
Print version::
ASP.NET data presentation controls essentials. |
Съдържание:
- ASP.NET Data Presentation Controls Essentials; ASP.NET Data Presentation Controls Essentials; Credits; About the Author; Acknowledgements; About the Reviewers; Preface; What This Book Covers; What You Need for This Book; Who is This Book for; Conventions; Reader Feedback; Customer Support; Downloading the Example Code for the Book; Errata; Questions; 1. Introduction to Data Binding in ASP.NET; The ASP.NET Data Binding Model; Using the Data Binding Expressions; The Employee and the Data Manager Classes; New Data Source Controls in ASP.NET 2.0; The Object Data Source Control.
- Object Data Source Control MethodsUsing the Object Data Source Control; The SQL Data Source Control; Using the SQL Data Source Control; The Access Data Source Control; Using the Access Data Source Control; The XML Data Source Control; Using the XML Data Source Control; User Interface and Data Source Paging; User Interface and Data Source Sorting; Filtering Data Using the Object Data Source Control; Summary; 2. Working with List Controls in ASP.NET; The ASP.NET List Controls; Working with the ListBox Control; Appending List Items to the ListBox Control; Selecting One or More List Items.
- Removing List Items from the ListBox ControlBinding Data to the ListBox Control; Handling ListBox Control Events; Working with the DropDown List Control; Appending List Items to the DropDownList Control; Selecting a List Item; Removing List Items from the DropDownList Control; Binding Data to the DropDownList Control; Handling DropDownList Control Events; Associating Event Handlers to a dynamically generated DropDownList Control; Implementing a Simple Application; Working with the CheckBoxList Control; Appending List Items to the CheckBoxList Control; Selecting One or More List Items.
- Removing List Items from the CheckBoxList ControlBinding Data to the CheckBoxList Control; Handling CheckBoxList Control Events; Implementing a CustomCheckBoxList Control; Working with the BulletedList Control; Appending List Items to the BulletedList Control; Selecting a List Item; Removing List Items from the BulletedList Control; Binding Data to the BulletedList Control; Handling BulletedList Control Events; Working with the RadioButtonList Control; Appending List Items to the RadioButtonList Control; Selecting a List Item; Removing List Items from the RadioButtonList Control.
- Binding Data to the RadioButtonList ControlHandling RadioButtonList Control Events; Summary; 3. Working with the Repeater Control; The ASP.NET Repeater Control; Using the Repeater Control; Displaying Data Using the Repeater Control; Displaying Checkboxes in a Repeater Control; Implementing Data Paging Using the Repeater Control; The BindPagedData() Method; Navigating through the Pages; Sorting Data Using the Repeater Control; Revisiting the DataManager Class; Filtering Data Using the Repeater Control; Handling Repeater Control Events; Summary; 4. Working with the DataList Control.