Name some of the ASP components?

• Ad Rotator component – a way to manage advertisements on the web site.
• Content Linker component – a technique to direct users through a set of pages on a web site by creating
a list of URLs and description of the next and previous pages.
• Browser Capabilities component – allows to customize the page to the ability of the browser viewing it.
• Database Access component – allows to access data from the database

Showing Answers 1 - 4 of 4 Answers

shriramesh

  • Jul 22nd, 2006
 

uploading

email

encryption

pdf

data-bound grids

image

resizing

  Was this answer useful?  Yes

Content Rotator

The ASP Content Rotator component creates a ContentRotator object that displays a different HTML content string each time a user enters or refreshes a page. A text file, called the Content Schedule File, includes the information about the content strings.

The content strings can contain HTML tags so you can display any type of content that HTML can represent: text, images, colors, or hyperlinks.

Set cr=Server.CreateObject( "MSWC.ContentRotator" )

 

%% #1
This is a great day!!

%% #2
<h1>Smile</h1>

%% #3
<img src="smiley.gif">

%% #4
Here's a <a href="http://www.geekinterview.com">link.</a>

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions