Project ASPX 6: Creating and Using AdRotator...

27
Project ASPX 6: Creating and Using AdRotator Controls 1

Transcript of Project ASPX 6: Creating and Using AdRotator...

Page 1: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Project ASPX 6: Creating and Using AdRotator Controls

1

Page 2: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Describe / Use AdRotator Control Use with Access database

Use with XML

2

Page 3: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

3

Page 4: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

◦ provides a convenient way to display advertisements on ASP.NET web pages (.aspx)

◦ displays a graphic image …

.gif, .jpg, .png file or similar image

◦ when users click the advertisement … they are redirected to a target URL that is specified

4

Page 5: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

◦ reads advertisement information … (such as the graphic file name & the target URL)

◦ from a list of ads in a data source (usually an XML file or database table)

◦ randomly selects ads changes the displayed ad each time the page is

refreshed

◦ advertisements can be weighted makes it possible to have certain ads display more

often than others

5

Page 6: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Using Access 2013 as the Data Source◦ Select a blank database

6

Page 7: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Access 2013◦ Save the database

As .accdb

As .mdb

7

Page 8: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Access 2013◦ Create the

database

8

Page 9: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Access 2013◦ Develop the table

9

Page 10: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Access 2013◦ Enter the

field names

10

Page 11: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Access 2013◦ Drag a data source control

onto the web page

◦ Configure the data source

11

Page 12: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Access 2013◦ Save the database

◦ Select the database for the control

12

Page 13: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Access 2013◦ Configure the data

source

◦ Test the database

13

Page 14: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

AdRotator Control◦ Add the control to the page

14

Page 15: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

AdRotator Control◦ Add the control to the page

◦ Update the properties

15

Page 16: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

XML◦ Create an

XML file

16

Page 17: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

XML◦ Save the file

and name it

17

Page 18: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

18

Page 19: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

XML◦ Add the XML code for the advertisements

19

Page 20: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

AdRotator Control◦ Add the control to an .aspx page

20

Page 21: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

XML◦ Add the XMLDataSource

control to the page

21

Page 22: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

AdRotator Control ◦ Add the control to the page

22

Page 23: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

AdRotator Control ◦ Configure the XML Data Source data file location

23

Page 24: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

AdRotator Control◦ Add the control to the

page

24

Page 25: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

AdRotator◦ Add the control to the page

25

Page 26: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Develop Advertisements◦ Use Access as a data source

◦ Use XML as a data source

26

Page 27: Project ASPX 6: Creating and Using AdRotator Controlsism5994.business.wayne.edu/Week13/ppt/ASPX6/ASPX6-AdRotator.… · Describe / Use AdRotator Control Use with Access database Use

Project ASPX 6: Creating and Using AdRotator Controls

Completed

27