Skip to main content

Adding a CSP:While Tag

We can create the <csp:while> tag by directly by typing it into the Studio Editor. Note that the opening tag must be placed before the first <tr> tag. The closing </csp:while must be placed immediately after the closing </tr> tag.

We can also insert the <csp:while> tag using the wizard.

  1. Place the cursor immediately before the opening <tr tag.

  2. On the menu bar, click Insert —>While.

    generated description: insertwhile 20111

  3. For the query condition enter “FilmList.Next()”

  4. Click OK.

  5. In the Editor, move the closing </csp:while> tag to immediately after the closing </tr> tag.

  6. Save the page.

FeedbackOpens in a new tab