Thursday, January 22, 2009

Sequence Container

A sequence container groups a set of activities together.

1] It holds together set of activities that need to be executed in sequence.

2] It helps in logical grouping of small parts of a package.

3] Unlike the For/ForEach the Sequence container is not a looping container and hence executes only once.



4] The Sequence container acts as a parent container for all its child controls.

No comments:

Post a Comment