ListView customize - image gallery
Welcome to the Seneca BTI420 video series. In this video, you will learn how to add and configure a ListView web server control, for use as a media...
180 views
ListView customize - image gallery
Welcome to the Seneca BTI420 video series. In this video, you will learn how to add and configure a ListView web server control, for use as a media...
180 views
-
1 month ago
SenecaDPS913
commented:
Add a template column. In the template column add an Image web server control, and configure it the same way as you would an Image column. Then, wrap the Image web server control in a HyperLink web server control, and configure the Hyperlink web server control the same way that you would a HyperL...
GridView customize - image column
Seneca BTI420 Video Series: In this video, you will learn how to customize a GridView. This is the last video in a three-part series. We cover how ...
198 views
GridView customize - hyperlink column
Seneca BTI420 Video Series: In this video, you will learn how to customize a GridView. This is the second video in a three-part series. We cover ho...
268 views
GridView customize - columns and formatting
Seneca BTI420 Video Series: In this video, you will learn how to customize a GridView. This is the first video in a three-part series. We cover col...
110 views
Web page screen-scrape, cleanup, and DTSWizard load to database table
Seneca BTI420 Video Series: In this video, you will learn how to load web page data into a database table. Copy-paste from a web page table into Ex...
139 views
Customize the appearance of a Login web server control
In this video, you will learn how to customize the appearance of the Login web server control. We change it into a templated control, and remove th...
131 views
Programming Lab 5
We talk about the Lab 5 specifications, and give an overview of what's expected. We also cover (and remind you) of some coding patterns, like the a...
69 views
Using Lab 5
In this video, we interact with Lab 5. We also learn about the "detail disclosure" navigation pattern. Finally, you learn about the "add/edit" con...
56 views
Create the Lab 4 object model
In this video, you will see how to use Xcode to create the Core Data object model for Lab 4. You will learn how to create the entities, and add and...
74 views
Using Lab 4
In this video, we interact with Lab 4. We also learn about the view controllers that are needed to create this four-level nav-based app.
74 views
Programming the Lab 3 app
In this video, you will learn about changes to the model object and the app delegate. These changes are necessary to support the tabbed interface, ...
70 views
Using the Lab 1 app
In this video, we interact with DPS913 Lab 1. We explain its operation, and some of the coding considerations.
77 views
Getting started with Lab 1
DPS913 Lab 1 is a single-view app with "all about me" information. This video shows you how to use Interface Builder, and connect user interface ob...
83 views
The page in this video series relies on a "manager" class that I have in my App_Code folder. The Manager.cs source code has methods that handle the data access, and they typically return a POCO object or a collection of POCO objects. In other words, the aspx page does not work directly with an En...